Skip to content

Commit 643e228

Browse files
committed
fix(s3-deployment): aws cdk lib tests for s3 bucket deployment change
1 parent ef96fea commit 643e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/custom-resources/test/custom-resource-config/custom-resource-config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ describe('when custom resource lambda runtime is set by addLambdaRuntime', () =>
385385
// THEN
386386
const template = Template.fromStack(stack);
387387
template.hasResourceProperties('AWS::Lambda::Function', {
388-
Runtime: 'python3.11',
388+
Runtime: 'python3.13',
389389
});
390390
});
391391

0 commit comments

Comments
 (0)