Skip to content

Commit

Permalink
chore: update snapshots for tests
Browse files Browse the repository at this point in the history
Signed-off-by: team-tf-cdk <[email protected]>
  • Loading branch information
team-tf-cdk authored and xiehan committed Nov 24, 2023
1 parent 5f0c734 commit 3d76225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/__snapshots__/test-against-regression.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ exports[`Tests against regression of synth output has no change in FrontendStack
"local_file": {
"frontend_env_FADFC9DB": {
"content": "S3_BUCKET_FRONTEND=\${aws_s3_bucket.frontend_bucket_EFDC2F3F.bucket}\\nREACT_APP_API_ENDPOINT=N/A",
"filename": "/__w/cdktf-integration-serverless-example/cdktf-integration-serverless-example/frontend/code/.env.production.local"
"filename": "/home/runner/work/cdktf-integration-serverless-example/cdktf-integration-serverless-example/frontend/code/.env.production.local"
}
}
}
Expand Down Expand Up @@ -178,12 +178,12 @@ exports[`Tests against regression of synth output has no change in PostsStack Co
"DYNAMODB_TABLE_NAME": "\${aws_dynamodb_table.posts_storage_table_50F8EECB.name}"
}
},
"filename": "assets/posts_api_code_lambda-asset_7F9E9FED/21C30B56828A64EDB4699F8B58FE260A/archive.zip",
"filename": "assets/posts_api_code_lambda-asset_7F9E9FED/525A872FC251B07F07F82FAF7739DFCB/archive.zip",
"function_name": "sls-example-posts-api-developmentregression-test",
"handler": "index.handler",
"role": "\${aws_iam_role.posts_api_lambda-exec_B42627E0.arn}",
"runtime": "nodejs14.x",
"source_code_hash": "21C30B56828A64EDB4699F8B58FE260A"
"source_code_hash": "525A872FC251B07F07F82FAF7739DFCB"
}
},
"aws_lambda_permission": {
Expand Down

0 comments on commit 3d76225

Please sign in to comment.