Skip to content

Commit 05875e7

Browse files
author
bnasslahsen
committed
tests review
1 parent cbb2772 commit 05875e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/src/test/java/test/org/springdoc/api/app148/SpringDocApp148Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
properties = { "management.endpoints.web.exposure.include:*",
3838
"springdoc.show-actuator=true",
3939
"management.server.port=9298",
40-
"server.port=6266",
40+
"server.port=6276",
4141
"server.servlet.context-path=/toto",
4242
"springdoc.use-management-port=true",
4343
"spring.mvc.servlet.path=/titi",

springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/src/test/resources/results/app148-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:6266/toto/titi",
9+
"url": "http://localhost:6276/toto/titi",
1010
"description": "Generated server url"
1111
}
1212
],

0 commit comments

Comments
 (0)