Handler to send emails to confirmed subscribers

This commit is contained in:
Alphonse Paix
2025-08-27 12:13:58 +02:00
parent 9193f2020d
commit 8447d050d6
8 changed files with 242 additions and 23 deletions

View File

@@ -81,7 +81,7 @@ async fn subscribe_returns_a_400_when_fields_are_present_but_invalid() {
assert_eq!(
400,
response.status().as_u16(),
"the API did not return a 400 Bad Request when the payload had an {}.",
"the API did not fail with 400 Bad Request when the payload had an {}.",
description
);
}