Skip to content

Commit 7910a2b

Browse files
author
bnasslahsen
committed
code review
1 parent 40a6437 commit 7910a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocSwaggerConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3434
properties = {"spring.jackson.property-naming-strategy=UPPER_CAMEL_CASE", "springdoc.show-actuator=true",
3535
"management.endpoints.web.base-path=/management",
36-
"server.servlet.context-path=/demo/api", "management.server.port=9001", "management.server.base-path=/demo/api" })
36+
"server.servlet.context-path=/demo/api", "management.server.port=9002", "management.server.base-path=/demo/api" })
3737
public class SpringDocSwaggerConfigTest extends AbstractSpringDocActuatorTest {
3838

3939
@Test

0 commit comments

Comments
 (0)