From 9f5111966d7e66ed246552259bedb2c115f6fce0 Mon Sep 17 00:00:00 2001 From: Mustafa Abdelrahman Date: Tue, 9 Jan 2024 10:32:56 +0100 Subject: [PATCH] Add targetGroupsArnsTag to stack resource tags to fix test cases Signed-off-by: Mustafa Abdelrahman --- aws/cf_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aws/cf_test.go b/aws/cf_test.go index 5506154b..a3d27ec3 100644 --- a/aws/cf_test.go +++ b/aws/cf_test.go @@ -707,6 +707,7 @@ func TestGetStack(t *testing.T) { kubernetesCreatorTag: DefaultControllerID, clusterIDTagPrefix + "test-cluster": resourceLifecycleOwned, certificateARNTagPrefix + "cert-arn": time.Time{}.Format(time.RFC3339), + targetGroupsArnsTag: "dGctYXJu", // "tg-arn" }, status: cloudformation.StackStatusCreateComplete, HTTP2: true, @@ -747,6 +748,7 @@ func TestGetStack(t *testing.T) { kubernetesCreatorTag: DefaultControllerID, clusterIDTagPrefix + "test-cluster": resourceLifecycleOwned, certificateARNTagPrefix + "cert-arn": time.Time{}.Format(time.RFC3339), + targetGroupsArnsTag: "dGctYXJuLHRnLWh0dHAtYXJu", // "tg-arn,tg-http-arn" }, status: cloudformation.StackStatusCreateComplete, HTTP2: true,