From d21c7ed6975cf69924c59964a1c4a7e539924ac2 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Thu, 23 Nov 2023 12:55:17 +0200 Subject: [PATCH] fix test for account powers validation --- test/account-add.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/account-add.test.js b/test/account-add.test.js index 947db7f..0f6bfd9 100644 --- a/test/account-add.test.js +++ b/test/account-add.test.js @@ -35,7 +35,7 @@ test('account.add()', async (t) => { account, keypair: keypair2, consent, - powers: ['box'], + powers: ['external-encryption'], }) assert.ok(accountRec1, 'accountRec1 exists') const { id, msg } = accountRec1 @@ -50,7 +50,7 @@ test('account.add()', async (t) => { bytes: keypair2.public, }, consent, - powers: ['box'], + powers: ['external-encryption'], }, 'msg.data.add NEW KEY' )