forked from TrueCloudLab/lego
Fix client tests
This commit is contained in:
parent
12c04828c1
commit
62b4ebe72b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue