From 51960fc4f412452a63493d827f1d839635cfd813 Mon Sep 17 00:00:00 2001 From: John Murret Date: Thu, 24 Mar 2022 13:02:16 -0600 Subject: [PATCH] Update acceptance/tests/ingress-gateway/ingress_gateway_namespaces_test.go Co-authored-by: Nitya Dhanushkodi --- .../tests/ingress-gateway/ingress_gateway_namespaces_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/tests/ingress-gateway/ingress_gateway_namespaces_test.go b/acceptance/tests/ingress-gateway/ingress_gateway_namespaces_test.go index d3346ead69..adb2f819e0 100644 --- a/acceptance/tests/ingress-gateway/ingress_gateway_namespaces_test.go +++ b/acceptance/tests/ingress-gateway/ingress_gateway_namespaces_test.go @@ -160,7 +160,7 @@ func TestIngressGatewaySingleNamespace(t *testing.T) { // the ingress gateway and the connect service are in different namespaces. // These tests currently only test non-secure and secure without auto-encrypt installations // because in the case of namespaces there isn't a significant distinction in code between auto-encrypt -// // and non-auto-encrypt secure installations, so testing just one is enough. +// and non-auto-encrypt secure installations, so testing just one is enough. func TestIngressGatewayNamespaceMirroring(t *testing.T) { cfg := suite.Config() if !cfg.EnableEnterprise {