this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update function name in comment (#1091)

update function name in comment

authored by

bnewbold and committed by
GitHub
008e4ed9 e7ffa636

+1 -1
+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 }