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