This commit is contained in:
Jamie Curnow 2023-03-06 08:59:36 +10:00
parent 15e4900133
commit 35550082bf
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -55,6 +55,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
wellknown, wellknown,
"--log", "--log",
acmeLogFile, acmeLogFile,
"--debug",
"2",
}, },
err: nil, err: nil,
}, },
@ -84,6 +86,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
"example-three.com", "example-three.com",
"--log", "--log",
acmeLogFile, acmeLogFile,
"--debug",
"2",
}, },
err: nil, err: nil,
}, },
@ -126,6 +130,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
"dns_cf", "dns_cf",
"--log", "--log",
acmeLogFile, acmeLogFile,
"--debug",
"2",
}, },
err: nil, err: nil,
}, },
@ -157,6 +163,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
"example-three.com", "example-three.com",
"--log", "--log",
acmeLogFile, acmeLogFile,
"--debug",
"2",
}, },
err: nil, err: nil,
}, },