From a3ac61552741abf9c5c6757586e221f4b864fe68 Mon Sep 17 00:00:00 2001 From: Melisa Griffin Date: Mon, 12 Feb 2024 13:40:37 -0500 Subject: [PATCH] Linter --- control-plane/api-gateway/gatekeeper/gatekeeper_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/control-plane/api-gateway/gatekeeper/gatekeeper_test.go b/control-plane/api-gateway/gatekeeper/gatekeeper_test.go index 26ef5fffc4..6c3bcefd49 100644 --- a/control-plane/api-gateway/gatekeeper/gatekeeper_test.go +++ b/control-plane/api-gateway/gatekeeper/gatekeeper_test.go @@ -44,8 +44,7 @@ var ( "gateway.consul.hashicorp.com/managed": "true", } - // TODO: This could probably be handled better - // These annotations are used for testing that annotations stay on the service after reconcile + // These annotations are used for testing that annotations stay on the service after reconcile. externalAnnotations = map[string]string{ "external-annotation": "external-annotation-value", }