Skip to content

Commit

Permalink
fixed cdk custom resource provider unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <colifran@amazon.com>
  • Loading branch information
colifran committed Nov 30, 2023
1 parent fc02c0b commit 6b8542d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ describe('cdk custom resource provider', () => {
'Arn',
],
},
Runtime: STANDARD_PROVIDER,
Runtime: STANDARD_PROVIDER.name,
},
DependsOn: [
'CustomMyResourceTypeCustomResourceProviderRoleBD5E655F',
Expand Down

0 comments on commit 6b8542d

Please sign in to comment.