From 79e28798559d4e530fbfec006cad70977209df1a Mon Sep 17 00:00:00 2001 From: "nastassia.dailidava" Date: Thu, 7 Dec 2023 19:37:10 +0100 Subject: [PATCH] Added response header for traffic splitting feature --- .../snapshot/resource/routes/EnvoyEgressRoutesFactoryTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyEgressRoutesFactoryTest.kt b/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyEgressRoutesFactoryTest.kt index 38069d306..2044699df 100644 --- a/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyEgressRoutesFactoryTest.kt +++ b/envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyEgressRoutesFactoryTest.kt @@ -317,7 +317,6 @@ internal class EnvoyEgressRoutesFactoryTest { } } - @Test fun `should not add traffic splitting header if header key is not set`() { val routesFactory = EnvoyEgressRoutesFactory(SnapshotProperties())