From 35f18beb75653b9e15831cd35dbf068b6de66371 Mon Sep 17 00:00:00 2001 From: "nastassia.dailidava" Date: Mon, 10 Feb 2025 14:34:39 +0100 Subject: [PATCH] envoy 1.33 fixed tests --- .../tech/servicemesh/envoycontrol/LocalReplyMappingTest.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/LocalReplyMappingTest.kt b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/LocalReplyMappingTest.kt index dd59a17c8..22b3de788 100644 --- a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/LocalReplyMappingTest.kt +++ b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/LocalReplyMappingTest.kt @@ -11,11 +11,9 @@ import org.junit.jupiter.api.extension.RegisterExtension import pl.allegro.tech.servicemesh.envoycontrol.assertions.isUnreachable import pl.allegro.tech.servicemesh.envoycontrol.assertions.untilAsserted import pl.allegro.tech.servicemesh.envoycontrol.config.consul.ConsulExtension -import pl.allegro.tech.servicemesh.envoycontrol.config.envoy.ClusterStatuses import pl.allegro.tech.servicemesh.envoycontrol.config.envoy.EnvoyExtension import pl.allegro.tech.servicemesh.envoycontrol.config.envoycontrol.EnvoyControlExtension import pl.allegro.tech.servicemesh.envoycontrol.config.service.EchoServiceExtension -import pl.allegro.tech.servicemesh.envoycontrol.config.service.HttpsEchoResponse.Companion.objectMapper class LocalReplyMappingTest {