]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/ping/TestHTTP.java
Merge "add: show more certificates on the "roots" page"
[gigi.git] / tests / club / wpia / gigi / ping / TestHTTP.java
index 8dc041f65b311916e9fa2ae41db853d84b5f0310..ae29f974de08e03feb54213760634726e8d6fa25 100644 (file)
@@ -76,7 +76,7 @@ public class TestHTTP extends PingTest {
                 "&adddomain&csrf=" + csrf;
         String p2 = sendDomainForm(content);
 
-        TestMail mail = getMailReceiver().receive();
+        TestMail mail = getMailReceiver().receive("postmaster@" + test);
         if (emailVariant == 0) {
             mail.verify();
         }
@@ -175,7 +175,7 @@ public class TestHTTP extends PingTest {
         }
         waitForPings(2);
 
-        TestMail mail = getMailReceiver().receive();
+        TestMail mail = getMailReceiver().receive("postmaster@" + test);
         mail.verify();
 
         String newcontent = IOUtils.readURL(get(p2));