Fix tests

This commit is contained in:
Jamie Curnow 2023-01-16 16:18:36 +10:00
parent 1b61176818
commit f649e2946e

View File

@ -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,
}, },