From d72a4e35897a6db2332ac02675dd2287d14da2a5 Mon Sep 17 00:00:00 2001 From: "Paula.Quispe" Date: Fri, 1 Apr 2022 11:19:02 -0400 Subject: [PATCH] PMCORE-3675 --- .../engine/src/ProcessMaker/Services/Api/CasesTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/CasesTest.php b/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/CasesTest.php index f20ac2124..39aa594aa 100644 --- a/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/CasesTest.php +++ b/tests/unit/workflow/engine/src/ProcessMaker/Services/Api/CasesTest.php @@ -113,7 +113,7 @@ class CasesTest extends TestCase $rest = $this->initializeRestApi($user->USR_UID); $rest->apiMethodInfo->methodName = 'doGetCaseVariables'; $rest->apiMethodInfo->arguments = [ - 'app_uid' => 0, + 'appUid' => 0, 'dyn_uid' => 1, 'app_index' => 2 ]; @@ -156,7 +156,7 @@ class CasesTest extends TestCase $rest = $this->initializeRestApi($user->USR_UID); $rest->apiMethodInfo->methodName = 'doGetCaseVariables'; $rest->apiMethodInfo->arguments = [ - 'app_uid' => 0, + 'appUid' => 0, 'dyn_uid' => 1, 'app_index' => 2 ]; @@ -199,7 +199,7 @@ class CasesTest extends TestCase $rest = $this->initializeRestApi(RBAC::GUEST_USER_UID); $rest->apiMethodInfo->methodName = 'doGetCaseVariables'; $rest->apiMethodInfo->arguments = [ - 'app_uid' => 0, + 'appUid' => 0, 'dyn_uid' => 1, 'app_index' => 2 ];