Skip to content

Commit

Permalink
refactor(api): change recovery route test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelleBonnemay committed Nov 15, 2024
1 parent 81b0de6 commit 7ba36de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('Acceptance | Identity Access Management | Application | Route | accoun

// then
expect(response.statusCode).to.equal(400);
expect(response.result.errors[0].detail).to.equal('Cette adresse e-mail est déjà utilisée.');
expect(response.result.errors[0].detail).to.equal('Cette adresse e-mail est invalide ou déjà utilisée.');
});
});
});

0 comments on commit 7ba36de

Please sign in to comment.