diff --git a/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyIngressRoutesFactoryTest.kt b/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyIngressRoutesFactoryTest.kt index e30c8438e..40a37ed86 100644 --- a/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyIngressRoutesFactoryTest.kt +++ b/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyIngressRoutesFactoryTest.kt @@ -157,12 +157,12 @@ internal class EnvoyIngressRoutesFactoryTest { hasStatusVirtualClusters() hasOneDomain("*") hasOnlyRoutesInOrder( - *adminRoutes, { matchingOnPrefix("/status/wrapper/") .toCluster("wrapper") .publicAccess() }, + *adminRoutes, { ingressRoute() matchingOnMethod("GET")