Skip to content

Commit 7a5b05f

Browse files
committed
Merge pull request #131 from pontusmelke/1.0-lets-underscore
new-credentials -> new_credentials
2 parents a5eeaa9 + 109d36d commit 7a5b05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/integration/CredentialsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private void enableAuth( String password ) throws Exception
9595
"scheme", "basic",
9696
"principal", "neo4j",
9797
"credentials", "neo4j",
98-
"new-credentials", password ) ) );
98+
"new_credentials", password ) ) );
9999
Session sess = setPassword.session();
100100
sess.run( "RETURN 1" ).close();
101101
sess.close();

0 commit comments

Comments
 (0)