diff --git a/tests/schemas/test_openapi.py b/tests/schemas/test_openapi.py index dbeb60141..f7f4ccec3 100644 --- a/tests/schemas/test_openapi.py +++ b/tests/schemas/test_openapi.py @@ -743,16 +743,17 @@ class TestOperationIntrospection(TestCase): 'type': 'string' } }, - 'required': ['text'], - 'type': 'object' + 'required': ['text'], + 'type': 'object' }, 'Response': { 'properties': { 'text': { - 'type': 'boolean'} - }, - 'required': ['text'], - 'type': 'object' + 'type': 'boolean' + } + }, + 'required': ['text'], + 'type': 'object' } }