Skip to content

Commit e25105f

Browse files
committed
Fix tests
1 parent 84893b4 commit e25105f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cfn/builder/api_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,9 +2374,9 @@ var _ = Describe("CloudFormation template builder API", func() {
23742374
It("should have correct own IAM resources", func() {
23752375
Expect(clusterTemplate.Resources["ServiceRole"].Properties).ToNot(BeNil())
23762376

2377-
Expect(clusterTemplate.Resources["ServiceRole"].Properties.ManagedPolicyArns).To(Equal(makePolicyARNRef(
2378-
"AmazonEKSServicePolicy", "AmazonEKSClusterPolicy",
2379-
)))
2377+
Expect(clusterTemplate.Resources["ServiceRole"].Properties.ManagedPolicyArns).To(Equal(
2378+
makePolicyARNRef("AmazonEKSClusterPolicy")),
2379+
)
23802380

23812381
checkARPD([]string{"EKS", "EKSFargatePods"}, clusterTemplate.Resources["ServiceRole"].Properties.AssumeRolePolicyDocument)
23822382

0 commit comments

Comments
 (0)