1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-25 00:56:20 +02:00

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")