diff --git a/tests/parser/test_allof_type_parser.py b/tests/parser/test_allof_type_parser.py index 9edc865..95ce68e 100644 --- a/tests/parser/test_allof_type_parser.py +++ b/tests/parser/test_allof_type_parser.py @@ -243,10 +243,14 @@ class TestAllOfTypeParser(TestCase): }, { "properties": { + "name": { + "type": "string", + "default": "John", + }, "age": { "type": "integer", "default": 30, - } + }, }, }, ],