mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
Fix test
This commit is contained in:
parent
15e4900133
commit
35550082bf
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user