Skip to content

Commit

Permalink
Change reported review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xHighroad committed Jan 11, 2022
1 parent 51b2190 commit 0dab6b5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ public void testPutSmtpMaiLServerCreate() throws Exception {
public void testPutMailServerSmtpDefaultConfig() throws MailException {
final MailServerSmtpBean mailServerSmtpBean = new MailServerSmtpBean();

mailServerSmtpBean.setName(null);
mailServerSmtpBean.setDescription(null);
mailServerSmtpBean.setFrom(null);
mailServerSmtpBean.setPrefix(null);
mailServerSmtpBean.setHost(null);
mailServerSmtpBean.setPort(null);
mailServerSmtpBean.setUsername(null);

mailServerService.setMailServerSmtp(mailServerSmtpBean);

final ArgumentCaptor<SMTPMailServer> smtpMailServerCaptor = ArgumentCaptor.forClass(SMTPMailServer.class);
Expand Down

0 comments on commit 0dab6b5

Please sign in to comment.