gerlowskija commented on code in PR #2229:
URL: https://github.com/apache/solr/pull/2229#discussion_r1470505104


##########
solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientTest.java:
##########
@@ -1013,7 +1013,8 @@ public void testGetRawStream() throws Exception {
                 getBaseUrl() + "/debug/foo", DEFAULT_CONNECTION_TIMEOUT, 
DEFAULT_CONNECTION_TIMEOUT)
             .build()) {
       GenericSolrRequest req =
-          new GenericSolrRequest(SolrRequest.METHOD.GET, "/select", 
params("q", "*:*"));
+          new GenericSolrRequest(SolrRequest.METHOD.GET, "/select", 
params("q", "*:*"))

Review Comment:
   Hey it worked - good catch @epugh 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to