Skip to content

Commit

Permalink
Add targetGroupsArnsTag to stack resource tags to fix test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Abdelrahman <[email protected]>
  • Loading branch information
MustafaSaber committed Jan 9, 2024
1 parent e030b93 commit 9f51119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/cf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 9f51119

Please sign in to comment.