You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing EmailServiceTests to use an impossible SMTP server to avoid accidentally sending email (#90469) (#90476)
If the build machine happened to be running an SMTP server with no
authentication required on port 25, then
`EmailServiceTests::testChangeDomainAllowListSetting` could fail because
it asserts that sending an email does not work. Relates #90426
Copy file name to clipboardExpand all lines: x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/notification/email/EmailServiceTests.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,9 @@ public void testSendEmailWithDomainNotInAllowList() throws Exception {
0 commit comments