Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ren-yamanashi committed Jan 12, 2025
1 parent 407ee7e commit c12092d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ describe('User Pool Client', () => {
applicationId: '123456789012',
externalId: '123456789012',
roleArn: 'arn:aws:iam::123456789012:role/TestRole',
userDataShared: true,
shareUserData: true,
},
});

Expand Down Expand Up @@ -1384,7 +1384,7 @@ describe('User Pool Client', () => {
applicationId: '123456789012',
externalId: '123456789012',
roleArn: 'arn:aws:iam::123456789012:role/TestRole',
userDataShared: true,
shareUserData: true,
},
});

Expand All @@ -1405,7 +1405,7 @@ describe('User Pool Client', () => {
applicationId: '123456789012',
externalId: '123456789012',
roleArn: 'invalid-arn',
userDataShared: true,
shareUserData: true,
},
});

Expand Down

0 comments on commit c12092d

Please sign in to comment.