Thomas Diesler created CAMEL-9165:
-------------------------------------
Summary: Access to swagger api-docs gives 204
Key: CAMEL-9165
URL: https://issues.apache.org/jira/browse/CAMEL-9165
Project: Camel
Issue Type: Bug
Affects Versions: 2.15.4
Reporter: Thomas Diesler
Fix For: 2.15.4
This works on in 2.15.2 and the latest 2.16.x
https://github.com/wildfly-extras/wildfly-camel/blob/master/itests/standalone/basic/src/main/java/org/wildfly/camel/test/swagger/SwaggerIntegrationTest.java
{code}
java.lang.AssertionError: expected:<200> but was:<204>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.wildfly.camel.test.swagger.SwaggerIntegrationTest.testRestDsl(SwaggerIntegrationTest.java:77)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)