Skip to content

Commit

Permalink
chore: update test/unit/iam-assume-authenticator.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Adams <phil_adams@us.ibm.com>
  • Loading branch information
dpopp07 and padamstx authored Oct 7, 2024
1 parent 279f1e5 commit 20ef8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/iam-assume-authenticator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('IAM Assume Authenticator', () => {
}).toThrow('`iamProfileName` and `iamAccountId` must be provided together, or not at all');
});

// "End to end" style test, to make sure this authenticator ingregates properly with parent classes.
// "End to end" style test, to make sure this authenticator integrates properly with parent classes.
it('should update the options and resolve with `null` when `authenticate` is called', async () => {
const authenticator = new IamAssumeAuthenticator({
apikey: config.apikey,
Expand Down

0 comments on commit 20ef8ea

Please sign in to comment.