Skip to content

Commit edc71f0

Browse files
test: fixed broken test
1 parent 84bcfb3 commit edc71f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/deploy/events/apiGateway/deployment.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ describe('#compileDeployment()', () => {
5959
[
6060
'https://',
6161
{ Ref: serverlessStepFunctions.apiGatewayRestApiLogicalId },
62-
'.execute-api.us-east-1.',
62+
'.execute-api.',
63+
{ Ref: 'AWS::Region' },
64+
'.',
6365
{ Ref: 'AWS::URLSuffix' },
6466
'/dev',
6567
],

0 commit comments

Comments
 (0)