mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
fix: GetSitesCoreTests#getSitesWithInvalidMaxItems
This commit is contained in:
@@ -53,7 +53,7 @@ public class GetSitesCoreTests extends RestTest
|
||||
restClient.authenticateUser(regularUser).withParams("maxItems=0=09")
|
||||
.withCoreAPI().getSites();
|
||||
restClient.assertStatusCodeIs(HttpStatus.BAD_REQUEST)
|
||||
.assertLastError().containsSummary("Only positive values supported for maxItems");
|
||||
.assertLastError().containsSummary("Invalid paging parameter maxItems:0=09");
|
||||
}
|
||||
|
||||
@TestRail(section={TestGroup.REST_API, TestGroup.CORE, TestGroup.SITES}, executionType= ExecutionType.REGRESSION,
|
||||
|
||||
Reference in New Issue
Block a user