File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -371,10 +371,9 @@ func TestReconcile(t *testing.T) {
371371
372372func TestReconcile_HTTP01Challenges (t * testing.T ) {
373373 table := TableTest {{
374- Name : "fail to set status.HTTP01Challenges" ,
375- Key : "foo/knCert" ,
376- SkipNamespaceValidation : true ,
377- WantErr : true ,
374+ Name : "fail to set status.HTTP01Challenges" ,
375+ Key : "foo/knCert" ,
376+ WantErr : true ,
378377 Objects : []runtime.Object {
379378 knCert ("knCert" , "foo" ),
380379 http01Issuer ,
Original file line number Diff line number Diff line change @@ -2120,8 +2120,7 @@ func TestReconcile_EnableAutoTLS(t *testing.T) {
21202120 WithURL ,
21212121 ),
21222122 }},
2123- Key : "default/becomes-ready" ,
2124- SkipNamespaceValidation : true ,
2123+ Key : "default/becomes-ready" ,
21252124 }, {
21262125 Name : "check that Route updates status and produces event log when valid name but not owned certificate" ,
21272126 WantErr : true ,
You can’t perform that action at this time.
0 commit comments