diff --git a/components/action-mgt/org.wso2.carbon.identity.action.execution/src/test/java/org/wso2/carbon/identity/action/execution/ActionExecutorServiceImplTest.java b/components/action-mgt/org.wso2.carbon.identity.action.execution/src/test/java/org/wso2/carbon/identity/action/execution/ActionExecutorServiceImplTest.java index 2948c17b3c62..d634fe4320b9 100644 --- a/components/action-mgt/org.wso2.carbon.identity.action.execution/src/test/java/org/wso2/carbon/identity/action/execution/ActionExecutorServiceImplTest.java +++ b/components/action-mgt/org.wso2.carbon.identity.action.execution/src/test/java/org/wso2/carbon/identity/action/execution/ActionExecutorServiceImplTest.java @@ -135,7 +135,7 @@ public void testActionExecuteFailureWhenMultipleActionsAvailableForActionType() @Test(expectedExceptions = ActionExecutionException.class, expectedExceptionsMessageRegExp = "No action Ids found for action type: PRE_ISSUE_ACCESS_TOKEN") - public void testActionExecuteWithActionIdsFailureWhenNotSingleActionIdAvailable() throws Exception { + public void testActionExecuteWithActionIdsFailureWhenActionIdListIsEmpty() throws Exception { actionExecutorService.execute(ActionType.PRE_ISSUE_ACCESS_TOKEN, new String[]{}, new HashMap<>(), "tenantDomain");