Skip to content

Commit fe398e6

Browse files
committed
Fixed test based on recent changes.
1 parent a024280 commit fe398e6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

springdoc-openapi-webmvc-core/src/test/resources/messages_fr.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ greeting=Hello! Welcome to our website![FR]
22
lang.change=Change the language[FR]
33
lang.eng=English[FR]
44
lang.fr=French[FR]
5-
mySample=toto[FR]
5+
mySample=toto[FR]
6+
test=This is a test message[FR]

springdoc-openapi-webmvc-core/src/test/resources/results/app171-en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"tags": [
1414
{
15-
"name": "Change the language"
15+
"name": "Hello! Welcome to our website!",
16+
"description": "This is a test message"
1617
},
1718
{
18-
"name": "Hello! Welcome to our website!",
19-
"description": "test"
19+
"name": "Change the language"
2020
}
2121
],
2222
"paths": {

springdoc-openapi-webmvc-core/src/test/resources/results/app171-fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"name": "Hello! Welcome to our website![FR]",
19-
"description": "test"
19+
"description": "This is a test message[FR]"
2020
}
2121
],
2222
"paths": {

0 commit comments

Comments
 (0)