diff --git a/integrationtests/src/test/java/org/neo4j/bolt/CypherOverBoltIT.java b/integrationtests/src/test/java/org/neo4j/bolt/CypherOverBoltIT.java index a1b3de2f18114fec865bd97a1db9c855993956d8..2dd3d7f7ddd14b370b545d1e4c4737772c037a83 100644 --- a/integrationtests/src/test/java/org/neo4j/bolt/CypherOverBoltIT.java +++ b/integrationtests/src/test/java/org/neo4j/bolt/CypherOverBoltIT.java @@ -23,6 +23,7 @@ package org.neo4j.bolt; import org.junit.Before; +import org.junit.ClassRule; import org.junit.Rule; import org.junit.Test; @@ -54,8 +55,9 @@ public class CypherOverBoltIT { @Rule public final SuppressOutput suppressOutput = SuppressOutput.suppressAll(); + @Rule - public Neo4jRule graphDb = new Neo4jRule().withConfig( ServerSettings.script_sandboxing_enabled, Settings.TRUE ); + public Neo4jRule graphDb = new Neo4jRule().withConfig( ServerSettings.script_enabled, "true" ); private URL url; private final int lineCountInCSV = 3; // needs to be >= 2