dsmiley commented on code in PR #3238: URL: https://github.com/apache/solr/pull/3238#discussion_r2032402387
########## solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java: ########## @@ -142,13 +142,14 @@ public void testBasicAuth() throws Exception { .build(); } else { GenericSolrRequest genericSolrRequest = - new GenericSolrRequest(SolrRequest.METHOD.POST, authcPrefix); + new GenericSolrRequest( + SolrRequest.METHOD.POST, authcPrefix, SolrRequest.SolrRequestType.ADMIN); genericSolrRequest.setContentWriter( new StringPayloadContentWriter(command, CommonParams.JSON_MIME)); genericReq = genericSolrRequest; } - // avoid bad connection races due to shutdown + // avoid bad connection races due to shutdownn Review Comment: typo -- 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