mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-08 14:51:20 +00:00
moved assertResponseIsNotEmpty and removed the duplication
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user