Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alinadima committed Sep 12, 2023
1 parent 525a614 commit 1ac1b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/__snapshots__/demo-pipeline.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`Demo Pipeline Poky AMI Pipeline - check role name trim 1`] = `
{
"Name": "SCRIPT_URL",
"Type": "PLAINTEXT",
"Value": "s3://cdk-hnb659fds-assets-12341234-eu-central-1/99859ec3a94f22bbfb5396eaaaf59f7879f9dce467d5444b6f96ce254f4827d0.sh",
"Value": "s3://cdk-hnb659fds-assets-12341234-eu-central-1/cb07978d00156c655bc2617e9ff6d544ec346fc8bfd37b01b644b4694d399265.sh",
},
],
"Image": {
Expand Down Expand Up @@ -1936,7 +1936,7 @@ def handler(event, context):
"BranchName": "main",
"S3": {
"Bucket": "cdk-hnb659fds-assets-12341234-eu-central-1",
"Key": "badb1c79af3af5da1c94700936f734e02142112e09afaa9a297decff257a63cf.zip",
"Key": "53149e748c8278c3d803ec0b7e10b2247434aab205a88726d0f35c6b2a54bb7c.zip",
},
},
"RepositoryName": "layer-repo-PokyAmiPipeline2ExportsOutputFnGetAttPipelineVpc0543904ACidrBlock70DEC992",
Expand Down Expand Up @@ -2291,7 +2291,7 @@ exports[`Demo Pipeline Snapshot Poky AMI Pipeline 1`] = `
{
"Name": "SCRIPT_URL",
"Type": "PLAINTEXT",
"Value": "s3://cdk-hnb659fds-assets-12341234-eu-central-1/99859ec3a94f22bbfb5396eaaaf59f7879f9dce467d5444b6f96ce254f4827d0.sh",
"Value": "s3://cdk-hnb659fds-assets-12341234-eu-central-1/cb07978d00156c655bc2617e9ff6d544ec346fc8bfd37b01b644b4694d399265.sh",
},
],
"Image": {
Expand Down Expand Up @@ -4056,7 +4056,7 @@ def handler(event, context):
"BranchName": "main",
"S3": {
"Bucket": "cdk-hnb659fds-assets-12341234-eu-central-1",
"Key": "badb1c79af3af5da1c94700936f734e02142112e09afaa9a297decff257a63cf.zip",
"Key": "53149e748c8278c3d803ec0b7e10b2247434aab205a88726d0f35c6b2a54bb7c.zip",
},
},
"RepositoryName": "layer-repo-MyTestStack",
Expand Down

0 comments on commit 1ac1b61

Please sign in to comment.