Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Mar 21, 2023
1 parent ee60b42 commit 2a50472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/@aws-cdk/aws-ecs/test/cluster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('cluster', () => {
Action: 'sts:AssumeRole',
Effect: 'Allow',
Principal: {
Service: { "Fn::FindInMap": ["ServiceprincipalMap", { "Ref": "AWS::Region" }, "ec2" ] },
Service: { 'Fn::FindInMap': ['ServiceprincipalMap', { Ref: 'AWS::Region' }, 'ec2'] },
},
},
],
Expand Down Expand Up @@ -320,7 +320,7 @@ describe('cluster', () => {
Action: 'sts:AssumeRole',
Effect: 'Allow',
Principal: {
Service: { "Fn::FindInMap": ["ServiceprincipalMap", { "Ref": "AWS::Region" }, "ec2" ] },
Service: { 'Fn::FindInMap': ['ServiceprincipalMap', { Ref: 'AWS::Region' }, 'ec2'] },
},
},
],
Expand Down Expand Up @@ -684,7 +684,7 @@ describe('cluster', () => {
Action: 'sts:AssumeRole',
Effect: 'Allow',
Principal: {
Service: { "Fn::FindInMap": ["ServiceprincipalMap", { "Ref": "AWS::Region" }, "ec2" ] },
Service: { 'Fn::FindInMap': ['ServiceprincipalMap', { Ref: 'AWS::Region' }, 'ec2'] },
},
},
],
Expand Down Expand Up @@ -1683,7 +1683,7 @@ describe('cluster', () => {
Action: 'sts:AssumeRole',
Effect: 'Allow',
Principal: {
Service: { "Fn::FindInMap": ["ServiceprincipalMap", { "Ref": "AWS::Region" }, "ec2" ] },
Service: { 'Fn::FindInMap': ['ServiceprincipalMap', { Ref: 'AWS::Region' }, 'ec2'] },
},
},
],
Expand Down

0 comments on commit 2a50472

Please sign in to comment.