Skip to content

Commit

Permalink
Merge pull request #624 from buildo/fix-mailo-failing-test
Browse files Browse the repository at this point in the history
mailo: change expected error from Sendinblue
  • Loading branch information
tpetrucciani authored Jan 20, 2023
2 parents 2100bd2 + 5a7c206 commit b66d489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailo/src/test/scala/mailo/SendinblueSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class SendinblueSpec extends munit.FunSuite {
value,
Left(
http.MailClientError.UnknownError(
"{\"code\":\"missing_parameter\",\"message\":\"sender name is missing\"}",
"{\"code\":\"invalid_parameter\",\"message\":\"valid sender email required\"}\n",
),
),
)
Expand Down

0 comments on commit b66d489

Please sign in to comment.