Skip to content

Commit 352f941

Browse files
committed
fixes: change attachedRoutes to 0
1 parent 0f8dd05 commit 352f941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/gateway-invalid-tls-certificateref.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var GatewayInvalidTLSConfiguration = suite.ConformanceTest{
4747
Status: metav1.ConditionFalse,
4848
Reason: string(v1beta1.ListenerReasonInvalidCertificateRef),
4949
}},
50-
AttachedRoutes: 1,
50+
AttachedRoutes: 0,
5151
}}
5252

5353
testCases := []struct {

0 commit comments

Comments
 (0)