Skip to content

Commit

Permalink
ci: ClientIDList => ClientIdList
Browse files Browse the repository at this point in the history
  • Loading branch information
WarFox committed Jan 19, 2024
1 parent 099e8ab commit a4a4a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-iam/test/oidc-provider2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('OpenIdConnectProvider2 resource', () => {
// THEN
Template.fromStack(stack).hasResourceProperties('AWS::IAM::OIDCProvider', {
Url: 'https://my-url',
ClientIDList: ['client1', 'client2'],
ClientIdList: ['client1', 'client2'],
ThumbprintList: ['thumb1'],
});
});
Expand Down

0 comments on commit a4a4a18

Please sign in to comment.