Fix bad test for no_body

This commit is contained in:
Cristi Vîjdea
2018-09-09 23:11:10 +03:00
parent 591c12f1a7
commit b109d4c847
3 changed files with 5 additions and 9 deletions
+2 -7
View File
@@ -134,14 +134,9 @@ paths:
tags:
- articles
put:
operationId: articles_update
operationId: no_body_test
description: update method docstring
parameters:
- name: data
in: body
required: true
schema:
$ref: '#/definitions/Article'
parameters: []
responses:
'200':
description: ''