diff --git a/e2e-test/java/org/alfresco/rest/workflow/processes/DeleteProcessFullTests.java b/e2e-test/java/org/alfresco/rest/workflow/processes/DeleteProcessFullTests.java index 25d87412b..ca69ff98c 100644 --- a/e2e-test/java/org/alfresco/rest/workflow/processes/DeleteProcessFullTests.java +++ b/e2e-test/java/org/alfresco/rest/workflow/processes/DeleteProcessFullTests.java @@ -30,7 +30,7 @@ public class DeleteProcessFullTests extends RestTest } @TestRail(section = { TestGroup.REST_API, TestGroup.PROCESSES }, executionType = ExecutionType.REGRESSION, - description = "Verify user is able to delete process started by him twice using REST API and status code is OK (204)") + description = "Verify user is NOT able to delete process started by him twice using REST API and status code is NOT FOUND (404)") @Test(groups = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES, TestGroup.FULL }) public void deleteProcessByUserWhoStartedProcessTwice() throws Exception {