mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 11:17:06 +00:00
Update test case test_deserialize_to_object of python client.
This commit is contained in:
@@ -127,7 +127,7 @@ class ApiClientTests(unittest.TestCase):
|
||||
|
||||
def test_deserialize_to_object(self):
|
||||
data = self.api_client.deserialize("", "object")
|
||||
self.assertTrue(isinstance(data, object))
|
||||
self.assertTrue(type(data) == object)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user