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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I try to setup mongodb in test using testcontainers but I cannot connect to container.
Container is defined by
private static final MongoDBContainer mongo = new MongoDBContainer("mongo:4").withExposedPorts(27017);
I also removed annotation
@MicronautTest
not to run application context automatically before creating container.My @BeforeAll setup:
Setup works but if I want to get/post something to some controller endpoint I've received
java.net.ConnectException: Connection refused: connect
Beta Was this translation helpful? Give feedback.
All reactions