From ddfd095f7da6745e16e449d33bdff4ea761ea847 Mon Sep 17 00:00:00 2001 From: Yurii Date: Sat, 28 Mar 2026 13:26:40 +0200 Subject: [PATCH] fix test --- tests/integration/Espo/Role/ServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Espo/Role/ServiceTest.php b/tests/integration/Espo/Role/ServiceTest.php index 2d08fbed7c..2ec8db6049 100644 --- a/tests/integration/Espo/Role/ServiceTest.php +++ b/tests/integration/Espo/Role/ServiceTest.php @@ -107,7 +107,7 @@ class ServiceTest extends BaseTestCase Account::ENTITY_TYPE => (object) [ Table::ACTION_CREATE => Table::LEVEL_YES, Table::ACTION_READ => Table::LEVEL_ALL, - Table::ACTION_EDIT => TablePortal::LEVEL_CONTACT, + Table::ACTION_EDIT => TablePortal::LEVEL_ACCOUNT, Table::ACTION_DELETE => Table::LEVEL_NO, Table::ACTION_STREAM => TablePortal::LEVEL_ACCOUNT, ],