Fix client_test

This commit is contained in:
xenolf 2015-10-26 02:29:02 +01:00
parent 8b16d59831
commit f2f5117496

View file

@ -27,7 +27,7 @@ func TestNewClient(t *testing.T) {
}))
caURL, optPort := ts.URL, "1234"
client := NewClient(caURL, user, keyBits, optPort, false)
client := NewClient(caURL, user, keyBits, optPort)
if client.jws == nil {
t.Fatalf("Expected client.jws to not be nil")