madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583268336
########## File path: solr/core/src/test/org/apache/solr/security/JWTIssuerConfigTest.java ########## @@ -125,6 +128,31 @@ public void parseIssuerConfigExplicit() { assertEquals("https://host/jwk", issuerConfig.getJwksUrls().get(0)); } + @Test Review comment: So another option would be to create a mock URL object, that returns a FileInputStream when called openConnection. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org