Skip to content

Commit

Permalink
fix(mail-connector): fix test adapt to the recrod from 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnuyen authored and mathias-vandaele committed Dec 20, 2024
1 parent 6b37a69 commit d5104d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ void isEmailMessageNotValidMultiWithoutBody() {
}

private SmtpSendEmail mockSmtpSendEmail(ContentType contentType, String body, String htmlBody) {
return new SmtpSendEmail("", "", "", "", null, "", contentType, body, htmlBody, null);
return new SmtpSendEmail("", "", "", "", null, "", contentType, body, htmlBody);
}
}

0 comments on commit d5104d8

Please sign in to comment.