Skip to content

Commit

Permalink
Update recaptcha_enterprise_verifier.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin committed Oct 14, 2023
1 parent 81f5662 commit eff15ef
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ describe('platform_browser/recaptcha/recaptcha_enterprise_verifier', () => {
siteKey: 'mock_site_key'
});
mockActionMethod.resolves('success');
mockEndpointWithParams(Endpoint.SEND_OOB_CODE, mockRequest, {
email: '[email protected]'
});

const result = await handleRecaptchaFlow(
mockAuthInstance,
Expand Down

0 comments on commit eff15ef

Please sign in to comment.