porting all github actions from bluesky-social/indigo to tangled CI

update function name in comment (#1091)

update function name in comment

authored by bnewbold.net and committed by GitHub 008e4ed9 e7ffa636

Changed files
+1 -1
testing
+1 -1
testing/utils.go
··· 57 57 shutdown func() 58 58 } 59 59 60 - // HTTPHost returns a host:port string that the PDS server is running at 60 + // RawHost returns a host:port string that the PDS server is running at 61 61 func (tp *TestPDS) RawHost() string { 62 62 return tp.listener.Addr().String() 63 63 }