mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 21:28:15 -05:00
Fix tests
This commit is contained in:
parent
1b61176818
commit
f649e2946e
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user