mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Polish "Use HTTPS for external links wherever possible"
See gh-16276
This commit is contained in:
+2
-1
@@ -112,7 +112,8 @@ public class Neo4jPropertiesTests {
|
||||
Neo4jProperties properties = load(true,
|
||||
"spring.data.neo4j.uri=https://user:secret@my-server:7474");
|
||||
Configuration configuration = properties.createConfiguration();
|
||||
assertDriver(configuration, Neo4jProperties.HTTP_DRIVER, "https://my-server:7474");
|
||||
assertDriver(configuration, Neo4jProperties.HTTP_DRIVER,
|
||||
"https://my-server:7474");
|
||||
assertCredentials(configuration, "user", "secret");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user