Skip to content

Commit 96995b7

Browse files
committed
Update cert flag test
1 parent 6f14b8b commit 96995b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ describe("parser", () => {
252252
_: [],
253253
...defaults,
254254
cert: {
255-
value: path.join(tmpdir, "self-signed.cert"),
255+
value: path.join(paths.data, "localhost.crt"),
256256
},
257-
"cert-key": path.join(tmpdir, "self-signed.key"),
257+
"cert-key": path.join(paths.data, "localhost.key"),
258258
})
259259
})
260260

0 commit comments

Comments
 (0)