mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Validate only that the query is valid
This commit is contained in:
@@ -53,9 +53,8 @@ public class QueriesTest extends RestTest
|
||||
/*
|
||||
* now making the correct call with a valid term value
|
||||
*/
|
||||
RestNodeModelsCollection nodes = restClient.withCoreAPI().usingQueries().usingParams("term=name").findNodes();
|
||||
restClient.withCoreAPI().usingQueries().usingParams("term=name").findNodes();
|
||||
restClient.assertStatusCodeIs(HttpStatus.OK);
|
||||
nodes.assertThat().entriesListIsNotEmpty();
|
||||
}
|
||||
|
||||
@TestRail(section = { TestGroup.REST_API,
|
||||
|
||||
Reference in New Issue
Block a user