Skip to content

Commit a0064be

Browse files
committed
attempt to fix ci
1 parent bf086ee commit a0064be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tls_connection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("TLS Connection", () => {
1111
test("creating a TLS connection", async () => {
1212
const tls = {
1313
ca: await readFile("./tls-gen/basic/result/ca_certificate.pem", "utf8"),
14-
cert: await readFile(`./tls-gen/basic/result/client_localhost_certificate.pem`, "utf8"),
14+
cert: await readFile(`./tls-gen/basic/result/client_test-node_certificate.pem`, "utf8"),
1515
key: await readFile(`./tls-gen/basic/result/client_rabbitmq_key.pem`, "utf8"),
1616
rejectUnauthorized: true,
1717
}

0 commit comments

Comments
 (0)