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"), }) })