Skip to content

Commit f649e29

Browse files
committed
Fix tests
1 parent 1b61176 commit f649e29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

backend/internal/acme/acmesh_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
5555
wellknown,
5656
"--log",
5757
acmeLogFile,
58-
"--debug",
59-
"2",
6058
},
6159
err: nil,
6260
},
@@ -86,8 +84,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
8684
"example-three.com",
8785
"--log",
8886
acmeLogFile,
89-
"--debug",
90-
"2",
9187
},
9288
err: nil,
9389
},
@@ -130,8 +126,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
130126
"dns_cf",
131127
"--log",
132128
acmeLogFile,
133-
"--debug",
134-
"2",
135129
},
136130
err: nil,
137131
},
@@ -163,8 +157,6 @@ func TestBuildCertRequestArgs(t *testing.T) {
163157
"example-three.com",
164158
"--log",
165159
acmeLogFile,
166-
"--debug",
167-
"2",
168160
},
169161
err: nil,
170162
},

0 commit comments

Comments
 (0)