Commit b8591206 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 062dc3cb
...@@ -103,9 +103,7 @@ public class Neo4jPropertiesTests { ...@@ -103,9 +103,7 @@ public class Neo4jPropertiesTests {
Neo4jProperties properties = load(true, Neo4jProperties properties = load(true,
"spring.data.neo4j.uri=http://user:secret@my-server:7474"); "spring.data.neo4j.uri=http://user:secret@my-server:7474");
Configuration configuration = properties.createConfiguration(); Configuration configuration = properties.createConfiguration();
assertDriver(configuration, Neo4jProperties.HTTP_DRIVER, assertDriver(configuration, Neo4jProperties.HTTP_DRIVER, "http://my-server:7474");
"http://my-server:7474");
assertCredentials(configuration, "user", "secret");
assertCredentials(configuration, "user", "secret"); assertCredentials(configuration, "user", "secret");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment