We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfdf97 commit 8f7bc78Copy full SHA for 8f7bc78
packages/aws-cdk-lib/aws-iam/test/oidc-provider2.test.ts
@@ -53,7 +53,7 @@ describe('OpenIdConnectProvider2 resource', () => {
53
// THEN
54
Template.fromStack(stack).hasResourceProperties('AWS::IAM::OIDCProvider', {
55
Url: 'https://my-url',
56
- ClientIDList: ['client1', 'client2'],
+ ClientIdList: ['client1', 'client2'],
57
ThumbprintList: ['thumb1'],
58
});
59
0 commit comments