Skip to content

Commit 68e9364

Browse files
committed
chore: bump packages
1 parent 459dbca commit 68e9364

File tree

3 files changed

+996
-186
lines changed

3 files changed

+996
-186
lines changed

conformance/ava.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default async () => {
170170

171171
if (needsClientCertificate(PLAN_NAME, variant)) {
172172
const { generate } = await import('selfsigned')
173-
const selfsigned = generate()
173+
const selfsigned = await generate()
174174
clientConfig.certificate = selfsigned.cert
175175
mtls = {
176176
cert: selfsigned.cert,

0 commit comments

Comments
 (0)