Skip to content

Commit

Permalink
test: unset mutated client requestHeaders after test complete
Browse files Browse the repository at this point in the history
Resolves #1336
  • Loading branch information
owenpearson committed Jun 13, 2023
1 parent d67eb7c commit bb99904
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 @@ -266,6 +266,7 @@ define(['chai', 'shared_helper', 'async', 'globals'], function (chai, helper, as
done(err);
}
});
delete rest.auth.authOptions.requestHeaders;
});
});

Expand Down

0 comments on commit bb99904

Please sign in to comment.