Skip to content

Commit

Permalink
refactor: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Dec 15, 2023
1 parent bf9cb82 commit 4c58bad
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions test/__snapshots__/decidim-cfj-cdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ exports[`DecidimStack Created 1`] = `
"Resources": {
"Alb16C2F182": {
"DependsOn": [
"stagingAlbLogBucketAutoDeleteObjectsCustomResource17C48E5F",
"stagingAlbLogBucketPolicyCFEC4BC9",
"stagingAlbLogBucket03414E90",
],
"Properties": {
"LoadBalancerAttributes": [
Expand Down Expand Up @@ -104,11 +102,6 @@ exports[`DecidimStack Created 1`] = `
"Type": "AWS::ElasticLoadBalancingV2::LoadBalancer",
},
"AlbhttpListener75E510B4": {
"DependsOn": [
"stagingAlbLogBucketAutoDeleteObjectsCustomResource17C48E5F",
"stagingAlbLogBucketPolicyCFEC4BC9",
"stagingAlbLogBucket03414E90",
],
"Properties": {
"DefaultActions": [
{
Expand All @@ -127,11 +120,6 @@ exports[`DecidimStack Created 1`] = `
"Type": "AWS::ElasticLoadBalancingV2::Listener",
},
"AlbhttpsListenerB49E5778": {
"DependsOn": [
"stagingAlbLogBucketAutoDeleteObjectsCustomResource17C48E5F",
"stagingAlbLogBucketPolicyCFEC4BC9",
"stagingAlbLogBucket03414E90",
],
"Properties": {
"Certificates": [
{
Expand All @@ -155,11 +143,6 @@ exports[`DecidimStack Created 1`] = `
"Type": "AWS::ElasticLoadBalancingV2::Listener",
},
"AlbhttpsListenerDefaultCertificates1CE6DF251": {
"DependsOn": [
"stagingAlbLogBucketAutoDeleteObjectsCustomResource17C48E5F",
"stagingAlbLogBucketPolicyCFEC4BC9",
"stagingAlbLogBucket03414E90",
],
"Properties": {
"Certificates": [
{
Expand Down

0 comments on commit 4c58bad

Please sign in to comment.