mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
FIX existing test cases
This commit is contained in:
parent
d4e9b6eadb
commit
bb339f4947
|
@ -126,6 +126,7 @@ class TestOperationIntrospection(TestCase):
|
|||
'operationId': 'listDocStringExamples',
|
||||
'description': 'A description of my GET operation.',
|
||||
'parameters': [],
|
||||
'tags': ['example'],
|
||||
'responses': {
|
||||
'200': {
|
||||
'description': '',
|
||||
|
@ -166,6 +167,7 @@ class TestOperationIntrospection(TestCase):
|
|||
'type': 'string',
|
||||
},
|
||||
}],
|
||||
'tags': ['example'],
|
||||
'responses': {
|
||||
'200': {
|
||||
'description': '',
|
||||
|
|
Loading…
Reference in New Issue
Block a user