Skip to content

Commit

Permalink
Add restore call
Browse files Browse the repository at this point in the history
  • Loading branch information
TSLarson committed Sep 30, 2024
1 parent 25587c1 commit e7e2be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helper/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const stubWebApis = () => {
cb(null, ssoData);
});
stubGetChallenge();
stubGetSignupChallenge();
stubI18n();
};

Expand Down Expand Up @@ -79,6 +80,7 @@ export const restoreWebApis = () => {
webApi.signUp.restore();
}
webApi.getChallenge.restore();
webApi.getSignupChallenge.restore();
gravatarProvider.displayName.restore();
gravatarProvider.url.restore();
ClientSettings.fetchClientSettings.restore();
Expand Down

0 comments on commit e7e2be8

Please sign in to comment.