Skip to content

Commit

Permalink
fix: solve test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jul 15, 2022
1 parent c4e4abd commit d4205d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ export const mockUpdatePassword = (members, shouldThrowError) => {
cy.intercept(
{
method: DEFAULT_PATCH.method,
url: new RegExp(`${API_HOST}/${buildUpdateMemberPassword()}`),
url: new RegExp(`${API_HOST}/${buildUpdateMemberPassword}`),
},
({ reply }) => {
if (shouldThrowError) {
Expand Down

0 comments on commit d4205d5

Please sign in to comment.