We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f9207 commit a2e0469Copy full SHA for a2e0469
springdoc-openapi-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocConfigPathsTest.java
@@ -29,7 +29,11 @@
29
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
30
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
31
32
-@TestPropertySource(properties = "springdoc.swagger-ui.path=/test/swagger.html")
+@TestPropertySource(properties = {
33
+ "springdoc.swagger-ui.path=/test/swagger.html",
34
+ "server.servlet.context-path=/context-path",
35
+ "spring.mvc.servlet.path=/servlet-path"
36
+})
37
public class SpringDocConfigPathsTest extends AbstractSpringDocTest {
38
39
@Test
0 commit comments