Fix client tests

This commit is contained in:
xenolf 2015-10-18 02:10:17 +02:00
parent 12c04828c1
commit 62b4ebe72b

View file

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