Skip to content

Commit

Permalink
Update test/test.oauth2.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bankhead <dan@danielbankhead.com>
  • Loading branch information
BigTailWolf and danielbankhead committed May 30, 2024
1 parent 959dfbf commit f945b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.oauth2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ describe('oauth2', () => {
});
scope.done();
assert(res.res);
assert(res.res.data.access_token === 'abc');
assert.equal(res.res.data.access_token, 'abc');
});

it('getToken should not use basic header auth if provided none in options and fail', async () => {
Expand Down

0 comments on commit f945b24

Please sign in to comment.