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