aboutsummaryrefslogtreecommitdiff
path: root/client/client_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/client_test.go')
-rw-r--r--client/client_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client_test.go b/client/client_test.go
index 7cb1184..492f4fc 100644
--- a/client/client_test.go
+++ b/client/client_test.go
@@ -58,7 +58,7 @@ func TestSignGood(t *testing.T) {
fmt.Fprintln(w, string(j))
}))
defer ts.Close()
- *url = ts.URL
+ *ca = ts.URL
_, err := send([]byte(`{}`), "token")
if err != nil {
t.Fatal(err)
@@ -83,7 +83,7 @@ func TestSignBad(t *testing.T) {
fmt.Fprintln(w, string(j))
}))
defer ts.Close()
- *url = ts.URL
+ *ca = ts.URL
_, err := send([]byte(`{}`), "token")
if err != nil {
t.Fatal(err)