Skip to content

Commit 63aa0b9

Browse files
committed
fix: tests
1 parent 5dc95b9 commit 63aa0b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/deploy/stepFunctions/compileIamRole.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,7 @@ describe('#compileIamRole', () => {
23382338
expect(stepFunctionPermission[0].Resource).to.deep.eq([{
23392339
'Fn::Sub': [
23402340
'arn:aws:states:${AWS::Region}:${AWS::AccountId}:stateMachine:myStateMachine',
2341+
{},
23412342
],
23422343
},
23432344
]);

0 commit comments

Comments
 (0)