moved assertResponseIsNotEmpty and removed the duplication

This commit is contained in:
cnechifor
2016-09-29 11:29:46 +03:00
parent 2810e995d7
commit 45edd29f46
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ public class SampleSitesTest extends RestTest
public void adminShouldAccessSites() throws JsonToModelConversionException, Exception
{
siteAPI.getSites()
.assertThatResponseIsNotEmpty();
.assertResponseIsNotEmpty();
}
@TestRail(section={"rest-api", "sites"}, executionType= ExecutionType.SANITY,