Update cert flag test

This commit is contained in:
Asher 2020-11-12 12:29:41 -06:00
parent 6f14b8b8dd
commit 96995b78d1
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 2 additions and 2 deletions

View File

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