From 96995b78d1e8eaeb20a0c7f535b60b48b07b35cf Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 12 Nov 2020 12:29:41 -0600 Subject: [PATCH] Update cert flag test --- test/cli.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cli.test.ts b/test/cli.test.ts index a59aac99..6b1e96c2 100644 --- a/test/cli.test.ts +++ b/test/cli.test.ts @@ -252,9 +252,9 @@ describe("parser", () => { _: [], ...defaults, cert: { - value: path.join(tmpdir, "self-signed.cert"), + value: path.join(paths.data, "localhost.crt"), }, - "cert-key": path.join(tmpdir, "self-signed.key"), + "cert-key": path.join(paths.data, "localhost.key"), }) })