diff --git a/conformance/tests/gateway-with-attached-routes.go b/conformance/tests/gateway-with-attached-routes.go index 1f552ff233..14ca1d711b 100644 --- a/conformance/tests/gateway-with-attached-routes.go +++ b/conformance/tests/gateway-with-attached-routes.go @@ -45,7 +45,7 @@ var GatewayWithAttachedRoutes = suite.ConformanceTest{ Kind: v1beta1.Kind("HTTPRoute"), }}, Conditions: []metav1.Condition{{ - Type: string(v1beta1.RouteConditionAccepted), + Type: string(v1beta1.ListenerConditionAccepted), Status: metav1.ConditionTrue, Reason: "", //any reason }}, @@ -64,7 +64,7 @@ var GatewayWithAttachedRoutes = suite.ConformanceTest{ Kind: v1beta1.Kind("HTTPRoute"), }}, Conditions: []metav1.Condition{{ - Type: string(v1beta1.RouteConditionAccepted), + Type: string(v1beta1.ListenerConditionAccepted), Status: metav1.ConditionTrue, Reason: "", //any reason }},