Skip to content

Commit baac5ef

Browse files
committed
test: add unit-tests for Python CDK docker image template (for CloudFormation)
1 parent a167bd3 commit baac5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/tests/unit/test_cdk_lambda_python_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
stack = CdkLambdaPythonStack(
1313
app,
14-
"{}-stack-compute-cdk".format(MAIN_RESOURCES_NAME),
14+
"{}-stack-cdk".format(MAIN_RESOURCES_NAME),
1515
NAME_PREFIX,
1616
MAIN_RESOURCES_NAME,
1717
DEPLOYMENT_ENVIRONMENT,

0 commit comments

Comments
 (0)