Fixes Default Values in StringTypeParser

This commit is contained in:
2025-06-03 22:40:21 -03:00
parent 3273fd84bf
commit 4bbb896c46
14 changed files with 121 additions and 94 deletions

View File

@@ -255,6 +255,7 @@ class TestSchemaConverter(TestCase):
self.assertEqual(obj.name, "John")
def test_invalid_default_for_string(self):
# Test for default with maxLength
schema_max_length = {
"title": "Person",