removed bug annotation

This commit is contained in:
cagache
2016-11-24 10:46:10 +02:00
parent 71627b5337
commit a2bf381638
2 changed files with 0 additions and 2 deletions
@@ -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")