From 830586d242216e64fcd16e65cc83db9d54d63dc0 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Thu, 23 Sep 2021 07:50:50 +0800 Subject: test(cli): align unit test permissions with runtime test permissions (#12189) --- cli/tests/unit/webcrypto_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit/webcrypto_test.ts') diff --git a/cli/tests/unit/webcrypto_test.ts b/cli/tests/unit/webcrypto_test.ts index 639c623f9..ab7b46574 100644 --- a/cli/tests/unit/webcrypto_test.ts +++ b/cli/tests/unit/webcrypto_test.ts @@ -384,7 +384,7 @@ const pkcs8TestVectors = [ "cli/tests/testdata/webcrypto/id_rsassaPss.pem", ]; -unitTest({ perms: { read: true } }, async function importRsaPkcs8() { +unitTest({ permissions: { read: true } }, async function importRsaPkcs8() { const pemHeader = "-----BEGIN PRIVATE KEY-----"; const pemFooter = "-----END PRIVATE KEY-----"; for (const keyFile of pkcs8TestVectors) { -- cgit v1.2.3