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,
"--log",
acmeLogFile,
"--debug",
"2",
},
err: nil,
},
@ -84,6 +86,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
"example-three.com",
"--log",
acmeLogFile,
"--debug",
"2",
},
err: nil,
},
@ -126,6 +130,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
"dns_cf",
"--log",
acmeLogFile,
"--debug",
"2",
},
err: nil,
},
@ -157,6 +163,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
"example-three.com",
"--log",
acmeLogFile,
"--debug",
"2",
},
err: nil,
},