From f4cc5bade5e86c948e3e91b0d6b3534ddb0dfd07 Mon Sep 17 00:00:00 2001 From: Kamil Smigielski Date: Thu, 17 Oct 2024 18:27:45 +0200 Subject: [PATCH] fix linting --- .../snapshot/resource/routes/EnvoyIngressRoutesFactoryTest.kt | 1 - 1 file changed, 1 deletion(-) 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 4c84db416..e30c8438e 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 @@ -162,7 +162,6 @@ internal class EnvoyIngressRoutesFactoryTest { matchingOnPrefix("/status/wrapper/") .toCluster("wrapper") .publicAccess() - }, { ingressRoute()