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


##########
solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java:
##########
@@ -1048,7 +1052,7 @@ public static <T> String assertThatJQ(SolrQueryRequest 
req, String message, Matc
       String response;
       boolean failed = true;
       try {
-        response = h.query(req);
+        response = h.query(handler, req);

Review Comment:
   I'm not sure I follow - can you be a bit more explicit?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to