Skip to content

Commit

Permalink
Enterprise Test Fix (#14211)
Browse files Browse the repository at this point in the history
* unsets mirage handler ENV variable after mfa tests

* reverts setupMirage in before test hook
  • Loading branch information
zofskeez authored Feb 23, 2022
1 parent dd65169 commit 86739d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/tests/acceptance/mfa-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ module('Acceptance | mfa', function (hooks) {
await fillIn(`${selector} select`, value);
};
});
hooks.after(function () {
ENV['ember-cli-mirage'].handler = null;
});

const login = async (user) => {
// MfaHandler(server);
Expand Down

0 comments on commit 86739d0

Please sign in to comment.