Skip to content

Commit

Permalink
Fixing hosted zone
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Dec 13, 2024
1 parent 6b72629 commit 1784a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fargate-alb-auth-cognito/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test.serial('example', async t => {
const stackName = cfntest.stackName();
try {
t.log(await cfntest.createStack(`${__dirname}/../example.yml`, stackName, {
'HostedZoneId': 'Z08057981AMLWUWNFCQLS',
'HostedZoneId': 'Z06496441UUZUWB5DC4QT',
'SubDomainNameWithDot': 'fargate-alb-auth-cognito.'
}));
const outputs = await cfntest.getStackOutputs(stackName);
Expand Down

0 comments on commit 1784a08

Please sign in to comment.