Skip to content

Commit 109d36d

Browse files
committed
new-credentials -> new_credentials
1 parent a5eeaa9 commit 109d36d

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)