Skip to content

Commit

Permalink
Fix neo4j custom password docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Feb 12, 2024
1 parent e9cb44c commit b1b27c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void shouldRespectEnvironmentAuth() {

@Test
public void shouldSetCustomPasswordCorrectly() {
// withoutAuthentication {
// withAdminPassword {
Neo4jContainer<?> neo4jContainer = new Neo4jContainer<>("neo4j:4.4").withAdminPassword("verySecret");
// }

Expand Down

0 comments on commit b1b27c3

Please sign in to comment.