fix: order article response body

This commit is contained in:
Philipp Rothmann 2022-12-12 16:14:14 +01:00
parent 64e59085b2
commit 31a419c689
1 changed files with 1 additions and 1 deletions

View File

@ -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 }