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.
1 parent bf086ee commit a0064beCopy full SHA for a0064be
test/e2e/tls_connection.test.ts
@@ -11,7 +11,7 @@ describe("TLS Connection", () => {
11
test("creating a TLS connection", async () => {
12
const tls = {
13
ca: await readFile("./tls-gen/basic/result/ca_certificate.pem", "utf8"),
14
- cert: await readFile(`./tls-gen/basic/result/client_localhost_certificate.pem`, "utf8"),
+ cert: await readFile(`./tls-gen/basic/result/client_test-node_certificate.pem`, "utf8"),
15
key: await readFile(`./tls-gen/basic/result/client_rabbitmq_key.pem`, "utf8"),
16
rejectUnauthorized: true,
17
}
0 commit comments