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:
parent
8b16d59831
commit
f2f5117496
@ -27,7 +27,7 @@ func TestNewClient(t *testing.T) {
|
|||||||
}))
|
}))
|
||||||
|
|
||||||
caURL, optPort := ts.URL, "1234"
|
caURL, optPort := ts.URL, "1234"
|
||||||
client := NewClient(caURL, user, keyBits, optPort, false)
|
client := NewClient(caURL, user, keyBits, optPort)
|
||||||
|
|
||||||
if client.jws == nil {
|
if client.jws == nil {
|
||||||
t.Fatalf("Expected client.jws to not be nil")
|
t.Fatalf("Expected client.jws to not be nil")
|
||||||
|
Loading…
Reference in New Issue
Block a user