From 58f4be437ded47587f78b52e90cd1401025f5361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Fidor?= <42964298+MichalFidor@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:39:38 +0100 Subject: [PATCH] [AAE-18758] Consistency with deploy payload in be uats (#9330) --- lib/cli/scripts/resources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/scripts/resources.ts b/lib/cli/scripts/resources.ts index cdb53573db..04554bcb85 100644 --- a/lib/cli/scripts/resources.ts +++ b/lib/cli/scripts/resources.ts @@ -214,7 +214,7 @@ export const ACTIVITI_CLOUD_APPS: any = { }, security: [ { role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser'] }, - { role: 'ACTIVITI_USER', groups: [], users: ['hruser', 'salesuser', 'testadmin', 'testuser'] } + { role: 'ACTIVITI_USER', groups: ['sales', 'testgroup'], users: ['hruser', 'salesuser', 'testadmin', 'testuser'] } ] } };