Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into integration/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Jun 13, 2023
2 parents 2f1dc81 + 3915bcd commit b8e1ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rest/auth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ define(['chai', 'shared_helper', 'async', 'globals'], function (chai, helper, as
}
rest.auth.authOptions.requestHeaders = authHeaders;
rest.auth.requestToken(function (err, tokenDetails) {
delete rest.auth.authOptions.requestHeaders;
if (err) {
done(err);
return;
Expand Down

0 comments on commit b8e1ea3

Please sign in to comment.