Skip to content

Commit 8f7bc78

Browse files
committed
ci: ClientIDList => ClientIdList
1 parent fcfdf97 commit 8f7bc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-iam/test/oidc-provider2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('OpenIdConnectProvider2 resource', () => {
5353
// THEN
5454
Template.fromStack(stack).hasResourceProperties('AWS::IAM::OIDCProvider', {
5555
Url: 'https://my-url',
56-
ClientIDList: ['client1', 'client2'],
56+
ClientIdList: ['client1', 'client2'],
5757
ThumbprintList: ['thumb1'],
5858
});
5959
});

0 commit comments

Comments
 (0)