From d4cdb458d8bd0bf143864d09cc7c919fdb77b5d4 Mon Sep 17 00:00:00 2001 From: Andrew Stucki Date: Wed, 7 Jun 2023 18:53:09 -0400 Subject: [PATCH] Fix linter --- acceptance/tests/peering/peering_gateway_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/acceptance/tests/peering/peering_gateway_test.go b/acceptance/tests/peering/peering_gateway_test.go index b413ff3930..76698102e6 100644 --- a/acceptance/tests/peering/peering_gateway_test.go +++ b/acceptance/tests/peering/peering_gateway_test.go @@ -40,8 +40,6 @@ func TestPeering_Gateway(t *testing.T) { const staticServerPeer = "server" const staticClientPeer = "client" - const defaultNamespace = "default" - const destinationNamespace = staticServerName staticServerPeerClusterContext := env.DefaultContext(t) staticClientPeerClusterContext := env.Context(t, environment.SecondaryContextName)