We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e4900 commit 3555008Copy full SHA for 3555008
backend/internal/acme/acmesh_test.go
@@ -55,6 +55,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
55
wellknown,
56
"--log",
57
acmeLogFile,
58
+ "--debug",
59
+ "2",
60
},
61
err: nil,
62
@@ -84,6 +86,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
84
86
"example-three.com",
85
87
88
89
90
91
92
93
@@ -126,6 +130,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
126
130
"dns_cf",
127
131
128
132
133
134
129
135
136
137
@@ -157,6 +163,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
157
163
158
164
159
165
166
167
160
168
161
169
162
170
0 commit comments