fix: order article response body
This commit is contained in:
parent
64e59085b2
commit
31a419c689
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ describe 'Orders', type: :request do
|
|||
|
||||
response '200', 'success' do
|
||||
schema type: :object, properties: {
|
||||
'$ref': '#/components/schemas/Order'
|
||||
order: { '$ref' => '#/components/schemas/Order' }
|
||||
}
|
||||
let(:id) { order.id }
|
||||
|
||||
|
|
Loading…
Reference in a new issue