mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
removed bug annotation
This commit is contained in:
@@ -229,7 +229,6 @@ public class GetFavoritesCoreTests extends RestTest
|
||||
.and().paginationField("totalItems").is("2");
|
||||
}
|
||||
|
||||
@Bug(id="MNT-17146")
|
||||
@TestRail(section = { TestGroup.REST_API,
|
||||
TestGroup.FAVORITES }, executionType = ExecutionType.REGRESSION, description = "Verify request using personId that does not exist returns status 404")
|
||||
public void checkFavoritesWhenPersonIdDoesNotExist() throws Exception
|
||||
|
||||
@@ -42,7 +42,6 @@ public class GetFavoriteSiteCoreTests extends RestTest
|
||||
.assertLastError().containsSummary(String.format(ErrorModel.ENTITY_NOT_FOUND, "someUser"));
|
||||
}
|
||||
|
||||
@Bug(id="MNT-17146")
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE },
|
||||
executionType = ExecutionType.REGRESSION,
|
||||
description = "Verify invalid request returns status 404 when siteId does not exist")
|
||||
|
||||
Reference in New Issue
Block a user