Skip to content

Commit b1b27c3

Browse files
committed
Fix neo4j custom password docs
1 parent e9cb44c commit b1b27c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/neo4j/src/test/java/org/testcontainers/containers/Neo4jContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void shouldRespectEnvironmentAuth() {
191191

192192
@Test
193193
public void shouldSetCustomPasswordCorrectly() {
194-
// withoutAuthentication {
194+
// withAdminPassword {
195195
Neo4jContainer<?> neo4jContainer = new Neo4jContainer<>("neo4j:4.4").withAdminPassword("verySecret");
196196
// }
197197

0 commit comments

Comments
 (0)