We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f12323a + 9b97bfa commit 43547e7Copy full SHA for 43547e7
src/test/java/edu/harvard/iq/dataverse/MailServiceBeanIT.java
@@ -75,7 +75,7 @@ static void setUp() {
75
@Container
76
static GenericContainer<?> maildev = new GenericContainer<>("dockage/mailcatcher")
77
.withExposedPorts(PORT_HTTP, PORT_SMTP)
78
- .waitingFor(Wait.forHttp("/"));
+ .waitingFor(Wait.forHttp("/").forPort(PORT_HTTP));
79
80
static String tcSmtpHost() {
81
return maildev.getHost();
0 commit comments