fix test case
This commit is contained in:
parent
8e6d35c982
commit
29f1154e2e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class SearchListTests extends CrudTestBase {
|
|||
protected Map<String, Object> createSearchBody(final int size) {
|
||||
final Map<String, Object> searchBody = new HashMap<>();
|
||||
searchBody.put("size", size);
|
||||
searchBody.put("q", NAME_PREFIX);
|
||||
searchBody.put("q", NAME_PREFIX + "*");
|
||||
return searchBody;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue