Skip to content

Commit 5e5fa50

Browse files
author
bnasslahsen
committed
tests review
1 parent 2599954 commit 5e5fa50

File tree

52 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+60
-60
lines changed

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app13/SpringDocApp13Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
4242
properties = { "management.endpoints.web.exposure.include:*",
4343
"springdoc.use-management-port=true",
44-
"management.server.port=9092",
44+
"management.server.port=9292",
4545
"management.endpoints.web.base-path=/application" })
4646
class SpringDocApp13Test extends AbstractSpringDocActuatorTest {
4747

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app14/SpringDocApp14Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
4242
properties = { "management.endpoints.web.exposure.include:*", "springdoc.use-management-port=true",
43-
"management.server.port=9093", "management.endpoints.web.base-path=/application" })
43+
"management.server.port=9293", "management.endpoints.web.base-path=/application" })
4444
class SpringDocApp14Test extends AbstractSpringDocActuatorTest {
4545

4646
@SpringBootApplication

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app15/SpringDocApp15Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
4242
properties = { "management.endpoints.web.exposure.include:*",
4343
"springdoc.use-management-port=true",
44-
"management.server.port=9094",
44+
"management.server.port=9294",
4545
"management.server.base-path=/test",
4646
"management.endpoints.web.base-path=/application" })
4747
class SpringDocApp15Test extends AbstractSpringDocActuatorTest {

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app16/SpringDocApp16Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
4242
properties = { "management.endpoints.web.exposure.include:*",
4343
"springdoc.use-management-port=true",
44-
"management.server.port=9095",
44+
"management.server.port=9295",
4545
"management.server.base-path=/test",
4646
"management.endpoints.web.base-path=/application" })
4747
class SpringDocApp16Test extends AbstractSpringDocActuatorTest {

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app17/SpringDocApp17Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3232
properties = { "management.endpoints.web.exposure.include:*",
3333
"springdoc.show-actuator=true",
34-
"management.server.port=9096",
34+
"management.server.port=9296",
3535
"management.server.base-path=/test",
3636
"management.endpoints.web.base-path=/application" })
3737
class SpringDocApp17Test extends AbstractSpringDocActuatorTest {

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app18/SpringDocApp18Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
4545
properties = { "spring.webflux.base-path=/test",
46-
"server.port=9018",
46+
"server.port=9218",
4747
"springdoc.swagger-ui.path=/documentation/swagger-ui.html",
4848
"springdoc.api-docs.path=/documentation/v3/api-docs",
4949
"springdoc.webjars.prefix= /webjars-pref" })

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app19/SpringDocApp19Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
45-
properties = { "server.port=9019",
45+
properties = { "server.port=9219",
4646
"springdoc.swagger-ui.path=/" })
4747
class SpringDocApp19Test extends AbstractCommonTest {
4848

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app20/SpringDocApp20Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444

4545
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
46-
properties = { "server.port=9020" })
46+
properties = { "server.port=9220" })
4747
class SpringDocApp20Test extends AbstractCommonTest {
4848

4949
@LocalServerPort

springdoc-openapi-starter-webflux-ui/src/test/java/test/org/springdoc/ui/app23/SpringDocApp23Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
4343
properties = { "spring.webflux.base-path=/test",
4444
"springdoc.swagger-ui.use-root-path=true",
45-
"server.port=9029" })
45+
"server.port=9229" })
4646
class SpringDocApp23Test extends AbstractCommonTest {
4747

4848
@LocalServerPort
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9092/application/webjars/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9292/application/webjars/swagger-ui/oauth2-redirect.html",
44
"url": "/application/openapi",
55
"validatorUrl": ""
66
}

springdoc-openapi-starter-webflux-ui/src/test/resources/results/app14-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9093/application/webjars/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9293/application/webjars/swagger-ui/oauth2-redirect.html",
44
"urls": [
55
{
66
"url": "/application/openapi/users",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/test/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9094/test/application/webjars/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9294/test/application/webjars/swagger-ui/oauth2-redirect.html",
44
"url": "/test/application/openapi",
55
"validatorUrl": ""
66
}

springdoc-openapi-starter-webflux-ui/src/test/resources/results/app16-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/test/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9095/test/application/webjars/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9295/test/application/webjars/swagger-ui/oauth2-redirect.html",
44
"urls": [
55
{
66
"url": "/test/application/openapi/users",

springdoc-openapi-starter-webflux-ui/src/test/resources/results/app18-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/test/documentation/v3/api-docs/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9018/test/documentation/webjars-pref/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9218/test/documentation/webjars-pref/swagger-ui/oauth2-redirect.html",
44
"urls": [
55
{
66
"url": "/test/documentation/v3/api-docs/users",

springdoc-openapi-starter-webflux-ui/src/test/resources/results/app19-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/v3/api-docs/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9019/webjars/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9219/webjars/swagger-ui/oauth2-redirect.html",
44
"urls": [
55
{
66
"url": "/v3/api-docs/users",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/test/v3/api-docs/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9020/webjars/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9220/webjars/swagger-ui/oauth2-redirect.html",
44
"url": "/test/v3/api-docs",
55
"validatorUrl": ""
66
}

springdoc-openapi-starter-webmvc-api/src/test/java/test/org/springdoc/api/v30/app14/SpringDocApp14Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static class SpringDocTestApp {}
4242
@BeforeAll
4343
public static void init() {
4444
DEFAULT_LOCALE = Locale.getDefault();
45-
Locale.setDefault(Locale.FRANCE);
45+
Locale.setDefault(Locale.US);
4646
}
4747

4848
@AfterAll

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

+1-1
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=9201", "management.server.base-path=/demo/api" })
3737
public class SpringDocSwaggerConfigTest extends AbstractSpringDocActuatorTest {
3838

3939
@Test

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app13/SpringDocApp13Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3535
properties = { "management.endpoints.web.exposure.include:*", "springdoc.use-management-port=true",
36-
"management.server.port=9092", "management.endpoints.web.base-path=/application" })
36+
"management.server.port=9292", "management.endpoints.web.base-path=/application" })
3737
class SpringDocApp13Test extends AbstractSpringDocActuatorTest {
3838

3939
@SpringBootApplication

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app14/SpringDocApp14Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3535
properties = { "management.endpoints.web.exposure.include:*", "springdoc.use-management-port=true",
36-
"management.server.port=9093", "management.endpoints.web.base-path=/application" })
36+
"management.server.port=9293", "management.endpoints.web.base-path=/application" })
3737
class SpringDocApp14Test extends AbstractSpringDocActuatorTest {
3838

3939
@SpringBootApplication

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app15/SpringDocApp15Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3535
properties = { "management.endpoints.web.exposure.include:*",
3636
"springdoc.use-management-port=true",
37-
"management.server.port=9094",
37+
"management.server.port=9294",
3838
"management.server.base-path=/test",
3939
"management.endpoints.web.base-path=/application" })
4040
class SpringDocApp15Test extends AbstractSpringDocActuatorTest {

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app16/SpringDocApp16Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3535
properties = { "management.endpoints.web.exposure.include:*",
3636
"springdoc.use-management-port=true",
37-
"management.server.port=9095",
37+
"management.server.port=9295",
3838
"management.server.base-path=/test",
3939
"management.endpoints.web.base-path=/application" })
4040
class SpringDocApp16Test extends AbstractSpringDocActuatorTest {

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app17/SpringDocApp17Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3434
properties = { "management.endpoints.web.exposure.include:*",
3535
"springdoc.show-actuator=true",
36-
"management.server.port=9096",
36+
"management.server.port=9296",
3737
"server.servlet.context-path=/sample",
3838
"management.server.base-path=/test",
3939
"management.endpoints.web.base-path=/application" })
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9092/application/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9292/application/swagger-ui/oauth2-redirect.html",
44
"url": "/application/openapi",
55
"validatorUrl": ""
66
}

springdoc-openapi-starter-webmvc-ui/src/test/resources/results/app14-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9093/application/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9293/application/swagger-ui/oauth2-redirect.html",
44
"urls": [
55
{
66
"url": "/application/openapi/users",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/test/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9094/test/application/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9294/test/application/swagger-ui/oauth2-redirect.html",
44
"url": "/test/application/openapi",
55
"validatorUrl": ""
66
}

springdoc-openapi-starter-webmvc-ui/src/test/resources/results/app16-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configUrl": "/test/application/swagger-ui/swagger-config",
3-
"oauth2RedirectUrl": "http://localhost:9095/test/application/swagger-ui/oauth2-redirect.html",
3+
"oauth2RedirectUrl": "http://localhost:9295/test/application/swagger-ui/oauth2-redirect.html",
44
"urls": [
55
{
66
"url": "/test/application/openapi/users",

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/java/test/org/springdoc/api/app144/SpringDocApp144Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
3333
properties = { "management.endpoints.web.exposure.include:*",
34-
"server.port=55554",
34+
"server.port=52554",
3535
"springdoc.use-management-port=true",
36-
"management.server.port=9090",
36+
"management.server.port=9290",
3737
"management.endpoints.web.base-path=/application" })
3838
public class SpringDocApp144Test extends AbstractSpringDocActuatorTest {
3939

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/java/test/org/springdoc/api/app145/SpringDocApp1451Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434

3535
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
3636
properties = { "management.endpoints.web.exposure.include:*",
37-
"server.port=55594",
37+
"server.port=52594",
3838
"springdoc.use-management-port=true",
3939
"springdoc.group-configs[0].group=users",
4040
"springdoc.group-configs[0].packages-to-scan=test.org.springdoc.api.app145",
41-
"management.server.port=9094",
41+
"management.server.port=9294",
4242
"management.endpoints.web.base-path=/application" })
4343
public class SpringDocApp1451Test extends AbstractSpringDocActuatorTest {
4444

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/java/test/org/springdoc/api/app145/SpringDocApp1452Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232

3333
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
3434
properties = { "management.endpoints.web.exposure.include:*",
35-
"server.port=55595",
35+
"server.port=52595",
3636
"springdoc.use-management-port=true",
3737
"springdoc.group-configs[0].group=users",
3838
"springdoc.group-configs[0].packages-to-scan=test.org.springdoc.api.app145",
39-
"management.server.port=9095",
39+
"management.server.port=9295",
4040
"management.endpoints.web.base-path=/application" })
4141
public class SpringDocApp1452Test extends AbstractSpringDocActuatorTest {
4242

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/java/test/org/springdoc/api/app145/SpringDocApp145Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434

3535
@SpringBootTest(webEnvironment = WebEnvironment.DEFINED_PORT,
3636
properties = { "management.endpoints.web.exposure.include:*",
37-
"server.port=55593",
37+
"server.port=52593",
3838
"springdoc.use-management-port=true",
3939
"springdoc.group-configs[0].group=users",
4040
"springdoc.group-configs[0].packages-to-scan=test.org.springdoc.api.app145",
41-
"management.server.port=9093",
41+
"management.server.port=9293",
4242
"management.endpoints.web.base-path=/application" })
4343
public class SpringDocApp145Test extends AbstractSpringDocActuatorTest {
4444

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/java/test/org/springdoc/api/app146/SpringDocApp146Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3333
properties = { "management.endpoints.web.exposure.include:*",
3434
"springdoc.show-actuator=true",
35-
"management.server.port=9096",
35+
"management.server.port=9296",
3636
"management.endpoints.web.exposure.exclude=functions, shutdown",
3737
"management.server.base-path=/test",
3838
"management.endpoints.web.base-path=/application" })

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/java/test/org/springdoc/api/app147/SpringDocApp147Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
properties = { "management.endpoints.web.exposure.include:*",
3434
"springdoc.show-actuator=true",
3535
"management.endpoints.web.exposure.exclude=functions, shutdown",
36-
"management.server.port=9097",
36+
"management.server.port=9297",
3737
"management.server.base-path=/test",
3838
"management.endpoints.web.base-path=/application" })
3939
public class SpringDocApp147Test extends AbstractSpringDocActuatorTest {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
properties = { "management.endpoints.web.exposure.include:*",
3838
"springdoc.show-actuator=true",
3939
"management.endpoints.web.exposure.exclude=functions, shutdown",
40-
"management.server.port=9098",
41-
"server.port=6666",
40+
"management.server.port=9298",
41+
"server.port=6266",
4242
"springdoc.use-management-port=true",
4343
"management.server.base-path=/test",
4444
"management.endpoints.web.base-path=/application" })

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/resources/results/app144.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:55554",
9+
"url": "http://localhost:52554",
1010
"description": "Generated server url"
1111
}
1212
],

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/resources/results/app145-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:55594",
9+
"url": "http://localhost:52594",
1010
"description": "Generated server url"
1111
}
1212
],

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/resources/results/app145-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:55595",
9+
"url": "http://localhost:52595",
1010
"description": "Generated server url"
1111
}
1212
],

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/resources/results/app145.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:55594",
9+
"url": "http://localhost:52594",
1010
"description": "Generated server url"
1111
}
1212
],

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/resources/results/app146-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:9096/test",
9+
"url": "http://localhost:9296/test",
1010
"description": "Generated server url"
1111
}
1212
],

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/resources/results/app147-1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:9097/test",
9+
"url": "http://localhost:9297/test",
1010
"description": "Generated server url"
1111
}
1212
],

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:6666",
9+
"url": "http://localhost:6266",
1010
"description": "Generated server url"
1111
}
1212
],

springdoc-openapi-tests/springdoc-openapi-actuator-webflux-tests/src/test/resources/results/app148-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:9098/test",
9+
"url": "http://localhost:9298/test",
1010
"description": "Generated server url"
1111
}
1212
],

0 commit comments

Comments
 (0)