mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 23:14:00 +00:00
Fix TagResourceTest mvn test failure (#21706)
This commit is contained in:
parent
9a0f614331
commit
d05f62ead6
@ -2743,7 +2743,7 @@ public abstract class EntityResourceTest<T extends EntityInterface, K extends Cr
|
|||||||
throws HttpResponseException {
|
throws HttpResponseException {
|
||||||
WebTarget target =
|
WebTarget target =
|
||||||
getResource(
|
getResource(
|
||||||
String.format("search/query?q=&index=%s&from=0&deleted=false&size=50", indexName));
|
String.format("search/query?q=&index=%s&from=0&deleted=false&size=1000", indexName));
|
||||||
String result = TestUtils.get(target, String.class, ADMIN_AUTH_HEADERS);
|
String result = TestUtils.get(target, String.class, ADMIN_AUTH_HEADERS);
|
||||||
SearchResponse response = null;
|
SearchResponse response = null;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user