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 4605d4c commit 959dfbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test.oauth2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1504,10 +1504,7 @@ describe('oauth2', () => {
},
};
const oauth2client = new OAuth2Client(opts);
assert(
oauth2client.client_authentication ===
ClientAuthentication.ClientSecretPost
);
assert.equal(oauth2client.client_authentication, ClientAuthentication.ClientSecretPost);
});

it('should return expiry_date', done => {
Expand Down

0 comments on commit 959dfbf

Please sign in to comment.