mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 01:12:43 +00:00
update python test case
This commit is contained in:
@@ -28,4 +28,3 @@ class StoreApiTests(unittest.TestCase):
|
|||||||
data = self.store_api.get_inventory()
|
data = self.store_api.get_inventory()
|
||||||
self.assertIsNotNone(data)
|
self.assertIsNotNone(data)
|
||||||
self.assertTrue(isinstance(data, dict))
|
self.assertTrue(isinstance(data, dict))
|
||||||
self.assertItemsEqual(data.keys(), ['available', 'string', 'sold', 'pending', 'confused', 'active', 'na'])
|
|
||||||
|
|||||||
Reference in New Issue
Block a user