Skip to content

Commit

Permalink
fix: correction test expediteur mail
Browse files Browse the repository at this point in the history
  • Loading branch information
rsauvair committed Jul 25, 2022
1 parent 6453700 commit 4a196bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/integration/http/password-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("[Routes] Password", () => {
let emailsSent = getEmailsSent();
assert.strictEqual(emailsSent.length, 1);
assert.strictEqual(emailsSent[0].to, "user1@apprentissage.beta.gouv.fr");
assert.strictEqual(emailsSent[0].from, "no-reply@apprentissage.beta.gouv.fr");
assert.strictEqual(emailsSent[0].from, "no-reply@celia.emploi.gouv.fr");
assert.ok(emailsSent[0].subject.indexOf("Réinitialiser votre mot de passe") !== -1);
});

Expand Down

0 comments on commit 4a196bc

Please sign in to comment.