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 aa19f19 + 4da5b48 commit e3c6822Copy full SHA for e3c6822
test/internal/tls.test.js
@@ -79,7 +79,7 @@ describe('trust-signed-certificates', function() {
79
driver = neo4j.driver("bolt://localhost", neo4j.auth.basic("neo4j", "neo4j"), {
80
encrypted: true,
81
trust: "TRUST_SIGNED_CERTIFICATES",
82
- trustedCertificates: ["build/neo4j/certificates/neo4j.cert", "test/resources/random.certificate"]
+ trustedCertificates: ["build/neo4j/certificates/neo4j.cert", "build/neo4j/certificates/neo4j.cert"]
83
});
84
85
// When
0 commit comments