Skip to content

Commit d5104d8

Browse files
itsnuyenmathias-vandaele
authored andcommitted
fix(mail-connector): fix test adapt to the recrod from 8.6
1 parent 6b37a69 commit d5104d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectors/email/src/test/java/io/camunda/connector/email/outbound/protocols/actions/SmtpSendEmailTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ void isEmailMessageNotValidMultiWithoutBody() {
6262
}
6363

6464
private SmtpSendEmail mockSmtpSendEmail(ContentType contentType, String body, String htmlBody) {
65-
return new SmtpSendEmail("", "", "", "", null, "", contentType, body, htmlBody, null);
65+
return new SmtpSendEmail("", "", "", "", null, "", contentType, body, htmlBody);
6666
}
6767
}

0 commit comments

Comments
 (0)