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.
1 parent e9cb44c commit b1b27c3Copy full SHA for b1b27c3
modules/neo4j/src/test/java/org/testcontainers/containers/Neo4jContainerTest.java
@@ -191,7 +191,7 @@ public void shouldRespectEnvironmentAuth() {
191
192
@Test
193
public void shouldSetCustomPasswordCorrectly() {
194
- // withoutAuthentication {
+ // withAdminPassword {
195
Neo4jContainer<?> neo4jContainer = new Neo4jContainer<>("neo4j:4.4").withAdminPassword("verySecret");
196
// }
197
0 commit comments