Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Oct 22, 2024
1 parent 0adbdac commit 5118461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('StandaloneLoginForm', () => {
)
expect(callback).not.toHaveBeenCalled()
expect(window.location.assign).toHaveBeenCalledWith(
'https://accounts.synapse.org/changePassword?errorCode=PASSWORD_RESET_VIA_EMAIL_REQUIRED',
'http://localhost:3000/changePassword?errorCode=PASSWORD_RESET_VIA_EMAIL_REQUIRED',
)
})
})

0 comments on commit 5118461

Please sign in to comment.