this repo has no description
0
fork

Configure Feed

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

Fix tests

+1 -1
+1 -1
testing/utils.go
··· 196 196 t.Fatal(err) 197 197 } 198 198 199 - req, err := http.NewRequest("POST", "http://"+b.Host()+"/pds/changeLimits", bytes.NewBuffer(reqBody)) 199 + req, err := http.NewRequest("POST", "http://"+b.Host()+"/admin/pds/changeLimits", bytes.NewBuffer(reqBody)) 200 200 if err != nil { 201 201 t.Fatal(err) 202 202 }