madrob commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583268708
########## 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: Wait, that wouldn't work because we don't create the URL in the test, it's done in the main code. Well, maybe you could still thread this through, I'm not sure. ---------------------------------------------------------------- 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