Skip to content

Commit cea0910

Browse files
committed
Update expectedInheritedOpenApi.json
1 parent bc83bb5 commit cea0910

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test-javalin-jsonb/src/test/resources/expectedInheritedOpenApi.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"openapi" : "3.0.1",
33
"info" : {
4-
"title" : "Example service",
5-
"description" : "Example Javalin controllers with Java and Maven",
4+
"title" : "Example service showing off the Path extension method of controller",
65
"version" : ""
76
},
87
"tags" : [
@@ -20,7 +19,7 @@
2019
"summary" : "Standard Get",
2120
"description" : "",
2221
"responses" : {
23-
"400" : {
22+
"500" : {
2423
"description" : "a health check",
2524
"content" : {
2625
"text/plain" : {

0 commit comments

Comments
 (0)