mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
updated tests GetTagFullTests
This commit is contained in:
@@ -84,8 +84,8 @@ public class GetTagFullTests extends RestTest
|
||||
|
||||
restClient.withParams("skipCount=abc").withCoreAPI().getTag(tag);
|
||||
restClient.assertStatusCodeIs(HttpStatus.BAD_REQUEST).assertLastError()
|
||||
.containsErrorKey(RestErrorModel.INVALID_SKIPCOUNT)
|
||||
.containsSummary(RestErrorModel.INVALID_SKIPCOUNT)
|
||||
.containsErrorKey(String.format(RestErrorModel.INVALID_SKIPCOUNT, "abc"))
|
||||
.containsSummary(String.format(RestErrorModel.INVALID_SKIPCOUNT, "abc"))
|
||||
.descriptionURLIs(RestErrorModel.RESTAPIEXPLORER)
|
||||
.stackTraceIs(RestErrorModel.STACKTRACE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user