Skip to content

Commit a41d712

Browse files
blakenumbata
authored andcommitted
Fix test
1 parent ac5ad64 commit a41d712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/openapi_3/api_openapi_3_response_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def app
118118
'description' => 'This returns something',
119119
'requestBody' => {
120120
'content' => {
121+
'application/json' => { 'schema' => { 'properties' => {}, 'type' => 'object' } },
121122
'application/x-www-form-urlencoded' => {
122123
'schema' => {
123124
'properties' => {

0 commit comments

Comments
 (0)