We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963f3c5 + e3c6822 commit 53f6758Copy full SHA for 53f6758
test/internal/tls.test.js
@@ -80,7 +80,7 @@ describe('trust-signed-certificates', function() {
80
driver = neo4j.driver("bolt://localhost", neo4j.auth.basic("neo4j", "neo4j"), {
81
encrypted: true,
82
trust: "TRUST_SIGNED_CERTIFICATES",
83
- trustedCertificates: ["build/neo4j/certificates/neo4j.cert", "test/resources/random.certificate"]
+ trustedCertificates: ["build/neo4j/certificates/neo4j.cert", "build/neo4j/certificates/neo4j.cert"]
84
});
85
86
// When
0 commit comments