Skip to content

Commit 55550a5

Browse files
committed
Updated auth step to use DATA_DIR
1 parent b41e456 commit 55550a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/tck/DriverAuthSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private Driver configureCredentials( String name, String oldPassword, String new
122122
{
123123
neo4j.restartServerOnEmptyDatabase( Neo4jSettings.DEFAULT
124124
.updateWith( Neo4jSettings.AUTH_ENABLED, "true" )
125-
.updateWith( Neo4jSettings.AUTH_FILE, tempFile.getAbsolutePath() ) );
125+
.updateWith( Neo4jSettings.DATA_DIR, tempFile.getAbsolutePath() ) );
126126

127127
Driver driver = GraphDatabase.driver( neo4j.address(), new InternalAuthToken(
128128
parameters(

0 commit comments

Comments
 (0)