eventuate-tram / eventuate-tram-sagas-examples-customers-and-orders

Spring Boot/JPA microservices that use an orchestration-based saga to maintain data consistency
Other
520 stars 236 forks source link

Swagger UI test failing in wip-spring-boot3 branch #64

Open cer opened 1 year ago

cer commented 1 year ago

Class io.eventuate.examples.tram.sagas.ordersandcustomers.endtoendtests.CustomersAndOrdersEndToEndTest

java.lang.AssertionError: Expected 200 for http://localhost:63998/swagger-ui/index.html, got 404
    at org.junit.Assert.fail(Assert.java:89)
    at io.eventuate.examples.tram.sagas.ordersandcustomers.endtoendtests.CustomersAndOrdersEndToEndTest.assertUrlStatusIsOk(CustomersAndOrdersEndToEndTest.java:193)
    at io.eventuate.examples.tram.sagas.ordersandcustomers.endtoendtests.CustomersAndOrdersEndToEndTest.testSwaggerUiUrl(CustomersAndOrdersEndToEndTest.java:187)
    at io.eventuate.examples.tram.sagas.ordersandcustomers.endtoendtests.CustomersAndOrdersEndToEndTest.testSwaggerUiUrls(CustomersAndOrdersEndToEndTest.java:181)

Part of https://github.com/eventuate-foundation/eventuate-common/issues/131 work