Skip to content

Commit

Permalink
update arn in test
Browse files Browse the repository at this point in the history
  • Loading branch information
postsa committed Oct 5, 2023
1 parent bdecc79 commit 9280fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-events/test/event-bus.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ describe('event bus', () => {
principals: [new iam.ArnPrincipal('arn')],
actions: ['events:DeleteRule'],
sid: 'statement2',
resources: [`${bus.eventBusArn}/*`],
resources: [bus.eventBusArn],
});

// WHEN
Expand Down

0 comments on commit 9280fec

Please sign in to comment.