Skip to content

Commit 2ebfd9b

Browse files
committed
fixup
1 parent 3a56a5f commit 2ebfd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/deploy/stepFunctions/compileIamRole.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ describe('#compileIamRole', () => {
583583
'arn:aws:events',
584584
{ Ref: 'AWS::Region' },
585585
{ Ref: 'AWS::AccountId' },
586-
'rules/StepFunctionsGetEventsForBatchJobsRule',
586+
'rule/StepFunctionsGetEventsForBatchJobsRule',
587587
],
588588
],
589589
}]);
@@ -638,7 +638,7 @@ describe('#compileIamRole', () => {
638638
'arn:aws:events',
639639
{ Ref: 'AWS::Region' },
640640
{ Ref: 'AWS::AccountId' },
641-
'rules/StepFunctionsGetEventsForECSTaskRule',
641+
'rule/StepFunctionsGetEventsForECSTaskRule',
642642
],
643643
],
644644
}]);

0 commit comments

Comments
 (0)