From 1b21181bda148118b56221fe35b8dac3cd40bb50 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 22 May 2016 01:07:19 +0100 Subject: fix test --- client/client_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') 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) -- cgit v1.2.3