Skip to content

Commit b62d075

Browse files
committed
Fix server configuration affecting 5.0 builds
1 parent b1bf3fa commit b62d075

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

driver/src/test/java/org/neo4j/driver/util/Neo4jSettings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public class Neo4jSettings
6565

6666
DATA_DIR, DEFAULT_DATA_DIR,
6767
IMPORT_DIR, DEFAULT_IMPORT_DIR,
68-
BOLT_TLS_LEVEL, DEFAULT_BOLT_TLS_LEVEL,
69-
LISTEN_ADDR, IPV6_ENABLED_ADDR ), Collections.<String>emptySet() );
68+
BOLT_TLS_LEVEL, DEFAULT_BOLT_TLS_LEVEL ), Collections.<String>emptySet() );
7069

7170
public enum BoltTlsLevel
7271
{

0 commit comments

Comments
 (0)