mirror of https://github.com/apache/lucene.git
SOLR-11244: Fix precommit
This commit is contained in:
parent
1d7809bec1
commit
6f6cdf963a
|
@ -81,7 +81,7 @@ public class TestSmileRequest extends SolrTestCaseJ4 {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
client.queryDefaults().set("shards", servers.getShards());
|
client.queryDefaults().set("shards", servers.getShards());
|
||||||
TestJsonRequest.doJsonRequest(client, false);
|
TestJsonRequest.doJsonRequest(client, true);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue