Skip to content

Commit 2c3b8ee

Browse files
committed
stress-test: fix scheme check (neo4j#898)
1 parent 385d2ca commit 2c3b8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/test/stress-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default async function execute () {
6868
logging: neo4j.logging.console(LOGGING_ENABLED ? 'debug' : 'info')
6969
}
7070

71-
if (isSslSchemeNotSet()) {
71+
if (isSslSchemeNotSet(DATABASE_URI)) {
7272
config.encrypted = isRemoteCluster()
7373
}
7474

0 commit comments

Comments
 (0)