Fix tests
This commit is contained in:
@@ -55,8 +55,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
|
|||||||
wellknown,
|
wellknown,
|
||||||
"--log",
|
"--log",
|
||||||
acmeLogFile,
|
acmeLogFile,
|
||||||
"--debug",
|
|
||||||
"2",
|
|
||||||
},
|
},
|
||||||
err: nil,
|
err: nil,
|
||||||
},
|
},
|
||||||
@@ -86,8 +84,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
|
|||||||
"example-three.com",
|
"example-three.com",
|
||||||
"--log",
|
"--log",
|
||||||
acmeLogFile,
|
acmeLogFile,
|
||||||
"--debug",
|
|
||||||
"2",
|
|
||||||
},
|
},
|
||||||
err: nil,
|
err: nil,
|
||||||
},
|
},
|
||||||
@@ -130,8 +126,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
|
|||||||
"dns_cf",
|
"dns_cf",
|
||||||
"--log",
|
"--log",
|
||||||
acmeLogFile,
|
acmeLogFile,
|
||||||
"--debug",
|
|
||||||
"2",
|
|
||||||
},
|
},
|
||||||
err: nil,
|
err: nil,
|
||||||
},
|
},
|
||||||
@@ -163,8 +157,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
|
|||||||
"example-three.com",
|
"example-three.com",
|
||||||
"--log",
|
"--log",
|
||||||
acmeLogFile,
|
acmeLogFile,
|
||||||
"--debug",
|
|
||||||
"2",
|
|
||||||
},
|
},
|
||||||
err: nil,
|
err: nil,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user