Skip to content

Commit 91009e6

Browse files
author
horike37
committed
chore: update test code
1 parent 45ef81c commit 91009e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/integration/eventbridge/multiple-integrations/service/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ resources:
6464
YourBus:
6565
Type: AWS::Events::EventBus
6666
Properties:
67-
Name: YourEventBus-${self:provider.stage}-multi
67+
Name: YourEventBus-${sls:stage}-multi

__tests__/integration/eventbridge/single-integration/service/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ resources:
2323
YourBus:
2424
Type: AWS::Events::EventBus
2525
Properties:
26-
Name: YourEventBus-${self:provider.stage}-single
26+
Name: YourEventBus-${sls:stage}-single

0 commit comments

Comments
 (0)