Skip to content

Commit

Permalink
Merge fd350fd into ecb93b4
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 22, 2019
2 parents ecb93b4 + fd350fd commit 415ab4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bouncer/bouncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func makeClient() *bouncer.Client {
return &bouncer.Client{
BaseURL: "https://bouncer.ooni.io/",
BaseURL: "https://ps-test.ooni.io/",
HTTPClient: http.DefaultClient,
Logger: log.Log,
UserAgent: "ooniprobe-engine/0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions session/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestIntegration(t *testing.T) {
Address: "http://foobar.onion",
Type: "onion",
})
sess.AddAvailableHTTPSBouncer("https://bouncer.ooni.io")
sess.AddAvailableHTTPSBouncer("https://ps-test.ooni.io")
if len(sess.AvailableBouncers) != 2 {
t.Fatal("unexpected size of available bouncers")
}
Expand All @@ -39,7 +39,7 @@ func TestIntegration(t *testing.T) {
Address: "http://foobar.onion",
Type: "onion",
})
sess.AddAvailableHTTPSCollector("https://b.collector.ooni.io")
sess.AddAvailableHTTPSCollector("https://ps-test.ooni.io")
if len(sess.AvailableCollectors) != 2 {
t.Fatal("unexpected size of available collectors")
}
Expand Down

0 comments on commit 415ab4b

Please sign in to comment.