File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments