Skip to content

Commit

Permalink
refactor: Add 302 http status code to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yousan committed Jun 10, 2024
1 parent ea884dc commit 7680c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/__snapshots__/decidim-cfj-cdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ exports[`DecidimStack Created 1`] = `
"HealthCheckPort": "80",
"HealthCheckProtocol": "HTTP",
"Matcher": {
"HttpCode": "301",
"HttpCode": "301,302",
},
"Name": "staging-decidim-TargetGroup",
"Port": 80,
Expand Down

0 comments on commit 7680c79

Please sign in to comment.