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 a5eeaa9 + 109d36d commit 7a5b05fCopy full SHA for 7a5b05f
driver/src/test/java/org/neo4j/driver/v1/integration/CredentialsIT.java
@@ -95,7 +95,7 @@ private void enableAuth( String password ) throws Exception
95
"scheme", "basic",
96
"principal", "neo4j",
97
"credentials", "neo4j",
98
- "new-credentials", password ) ) );
+ "new_credentials", password ) ) );
99
Session sess = setPassword.session();
100
sess.run( "RETURN 1" ).close();
101
sess.close();
0 commit comments