Search-744 Removed the annotation @Bug, as the related issue is fixed

This commit is contained in:
Meenal Bhave
2018-07-30 12:26:38 +01:00
parent f130c1990a
commit 24d1db3ba3
@@ -40,7 +40,6 @@ import org.testng.annotations.Test;
*/
public class ShardInfoTest extends AbstractSearchTest
{
@Bug(id="DELENG-1", status=Bug.Status.FIXED)
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API, TestGroup.ACS_60n})
public void getShardInfoWithAdminAuthority() throws JsonProcessingException, EmptyRestModelCollectionException
{
@@ -78,7 +77,6 @@ public class ShardInfoTest extends AbstractSearchTest
}
}
@Bug(id="DELENG-1", status=Bug.Status.FIXED)
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API, TestGroup.ACS_60n})
public void getShardInfoWithoutAdminAuthority() throws Exception
{