From 5aaa80e05810b597e36c77832201079df3454ffb Mon Sep 17 00:00:00 2001 From: Max Goltzsche Date: Sat, 8 Mar 2025 19:54:23 +0100 Subject: [PATCH] test main branch build Relates to #19312 --- .../petstore/python-pydantic-v1/tests/test_deserialization.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/openapi3/client/petstore/python-pydantic-v1/tests/test_deserialization.py b/samples/openapi3/client/petstore/python-pydantic-v1/tests/test_deserialization.py index c5fb68663821..e671372089f7 100644 --- a/samples/openapi3/client/petstore/python-pydantic-v1/tests/test_deserialization.py +++ b/samples/openapi3/client/petstore/python-pydantic-v1/tests/test_deserialization.py @@ -293,3 +293,4 @@ def test_deserialize_animal(self): self.assertEqual(deserialized.class_name, "Cat") self.assertEqual(deserialized.declawed, True) self.assertEqual(deserialized.to_json(), '{"className": "Cat", "color": "red", "declawed": true}') +