Skip to content

Commit 5f18419

Browse files
committed
Add await
1 parent 348dcc6 commit 5f18419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cache-github-fake.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const __filename = fileURLToPath(import.meta.url);
2323
const __dirname = pathlib.dirname(__filename);
2424
const repoRoot = pathlib.resolve(__dirname, '..', '..');
2525

26-
const SELF_SIGNED_CERT = selfsigned.generate(
26+
const SELF_SIGNED_CERT = await selfsigned.generate(
2727
[{name: 'commonName', value: 'localhost'}],
2828
// More recent versions of TLS require a larger minimum key size than the
2929
// default of this library (1024). Let's also upgrade from sha1 to sha256

0 commit comments

Comments
 (0)