Remove bad test case

master
Cristi Vîjdea 2018-12-12 15:03:03 +02:00
parent 5b07b9dd40
commit 852742baa9
2 changed files with 0 additions and 9 deletions

View File

@ -83,11 +83,6 @@ class SnippetDetail(generics.RetrieveUpdateDestroyAPIView):
description="path parameter override",
required=True
),
openapi.Parameter(
name='delete_form_param', in_=openapi.IN_FORM,
type=openapi.TYPE_INTEGER,
description="this should not crash (form parameter on DELETE method)"
),
],
responses={
status.HTTP_204_NO_CONTENT: openapi.Response(

View File

@ -468,10 +468,6 @@ paths:
description: path parameter override
required: true
type: integer
- name: delete_form_param
in: formData
description: this should not crash (form parameter on DELETE method)
type: integer
responses:
'204':
description: this should not crash (response object with no schema)