mirror of
https://github.com/google/nomulus
synced 2026-09-10 10:06:25 +00:00
Don't send email notification when 0 uploads were attempted (#1058)
* Don't send email notification when 0 uploads were attempted
This commit is contained in:
+1
-7
@@ -210,13 +210,7 @@ class IcannReportingUploadActionTest {
|
||||
action.run();
|
||||
tm().clearSessionCache();
|
||||
verifyNoMoreInteractions(mockReporter);
|
||||
verify(emailService)
|
||||
.sendEmail(
|
||||
EmailMessage.create(
|
||||
"ICANN Monthly report upload summary: 0/0 succeeded",
|
||||
"Report Filename - Upload status:\n",
|
||||
new InternetAddress("recipient@example.com"),
|
||||
new InternetAddress("sender@example.com")));
|
||||
verifyNoMoreInteractions(emailService);
|
||||
}
|
||||
|
||||
@TestOfyAndSql
|
||||
|
||||
Reference in New Issue
Block a user