awrb commented on code in PR #992: URL: https://github.com/apache/cxf/pull/992#discussion_r950552150
########## systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/SwaggerUiConfigurationQueryConfigTest.java: ########## @@ -57,7 +59,7 @@ protected org.apache.cxf.endpoint.Server createServer(Bus bus) throws Exception sf.setProvider(new JacksonJsonProvider()); final Swagger2Feature feature = new Swagger2Feature(); feature.setRunAsFilter(false); - feature.setSwaggerUiConfig(new SwaggerUiConfig().url("/swagger.json").queryConfigEnabled(true)); Review Comment: I removed the extra call since it should be set automatically. Now, with this removed, there would not be any relevant difference between this and `SwaggerUiConfigurationTest`, so perhaps this test would also be removed or some other difference should be introduced. -- 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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org