FIX existing test cases

This commit is contained in:
Dhaval Mehta 2020-02-07 01:28:51 +05:30
parent d4e9b6eadb
commit bb339f4947

View File

@ -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': '',