Skip to content

Commit

Permalink
collector: don't use hkgcollectora
Browse files Browse the repository at this point in the history
Prodded by @hellais
  • Loading branch information
bassosimone committed Oct 29, 2019
1 parent 5dd8f2c commit f87daa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func makeMeasurement(rt collector.ReportTemplate, ID string) model.Measurement {

func makeClient() *collector.Client {
return &collector.Client{
BaseURL: "https://a.collector.ooni.io/",
BaseURL: "https://ps.ooni.io/",
HTTPClient: http.DefaultClient,
Logger: log.Log,
UserAgent: "ooniprobe-engine/0.1.0",
Expand Down

0 comments on commit f87daa7

Please sign in to comment.