Skip to content

Commit 3555008

Browse files
committed
Fix test
1 parent 15e4900 commit 3555008

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

backend/internal/acme/acmesh_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
5555
wellknown,
5656
"--log",
5757
acmeLogFile,
58+
"--debug",
59+
"2",
5860
},
5961
err: nil,
6062
},
@@ -84,6 +86,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
8486
"example-three.com",
8587
"--log",
8688
acmeLogFile,
89+
"--debug",
90+
"2",
8791
},
8892
err: nil,
8993
},
@@ -126,6 +130,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
126130
"dns_cf",
127131
"--log",
128132
acmeLogFile,
133+
"--debug",
134+
"2",
129135
},
130136
err: nil,
131137
},
@@ -157,6 +163,8 @@ func TestBuildCertRequestArgs(t *testing.T) {
157163
"example-three.com",
158164
"--log",
159165
acmeLogFile,
166+
"--debug",
167+
"2",
160168
},
161169
err: nil,
162170
},

0 commit comments

Comments
 (0)