Skip to content

Commit

Permalink
fixes: change attachedRoutes to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaningHwang committed Feb 14, 2023
1 parent 0f8dd05 commit 352f941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/tests/gateway-invalid-tls-certificateref.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var GatewayInvalidTLSConfiguration = suite.ConformanceTest{
Status: metav1.ConditionFalse,
Reason: string(v1beta1.ListenerReasonInvalidCertificateRef),
}},
AttachedRoutes: 1,
AttachedRoutes: 0,
}}

testCases := []struct {
Expand Down

0 comments on commit 352f941

Please sign in to comment.