Skip to content

Commit f372037

Browse files
mtovtdbanty
andauthored
test: minor correction in end_to_end_tests/openapi.json (openapi-generators#634)
Add responses to `end_to_end_tests/openapi.json` where is was empty. Responses should define at least one response Co-authored-by: Dylan Anthony <43723790+dbanty@users.noreply.github.com>
1 parent ea9b350 commit f372037

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

end_to_end_tests/openapi.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,11 @@
10041004
"in": "query"
10051005
}
10061006
],
1007-
"responses": {}
1007+
"responses": {
1008+
"200": {
1009+
"description": ""
1010+
}
1011+
}
10081012
}
10091013
},
10101014
"/location/header/types": {
@@ -1047,7 +1051,11 @@
10471051
"in": "header"
10481052
}
10491053
],
1050-
"responses": {}
1054+
"responses": {
1055+
"200": {
1056+
"description": ""
1057+
}
1058+
}
10511059
}
10521060
},
10531061
"/naming/keywords": {
@@ -1068,7 +1076,11 @@
10681076
"in": "query"
10691077
}
10701078
],
1071-
"responses": {}
1079+
"responses": {
1080+
"200": {
1081+
"description": ""
1082+
}
1083+
}
10721084
}
10731085
}
10741086
},

0 commit comments

Comments
 (0)