mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +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 {
|
||||
WebTarget target =
|
||||
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);
|
||||
SearchResponse response = null;
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user