SOLR-11244: Fix precommit

This commit is contained in:
Cao Manh Dat 2017-09-01 20:46:42 +07:00
parent 1d7809bec1
commit 6f6cdf963a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }