Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): Update swagger-ui endpoint with springfox 3.0.0 upgrade
With upgrade of springfox from 2.9.2 to 3.0.0, a breaking [change](http://springfox.github.io/springfox/docs/current/#changes-in-swagger-ui) has been introduced in the form of new endpoint for swagger-ui (/swagger-ui/index.html). This change caused the `SwaggerTest.swaggerUiIsPresent` test to fail. In order to fix this test, updating the swagger-ui endpoint as `/swagger-ui/index.html`.
- Loading branch information