reta commented on code in PR #992:
URL: https://github.com/apache/cxf/pull/992#discussion_r950898459
##########
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:
We could test the behavior when the `queryConfigEnabled` is set to `false`
explicitly fe.
--
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]