forked from loafle/openapi-generator-original
Merge branch 'fix_optional' of https://github.com/wing328/swagger-codegen into fix_optional
This commit is contained in:
@@ -28,4 +28,3 @@ class StoreApiTests(unittest.TestCase):
|
||||
data = self.store_api.get_inventory()
|
||||
self.assertIsNotNone(data)
|
||||
self.assertTrue(isinstance(data, dict))
|
||||
self.assertItemsEqual(data.keys(), ['available', 'string', 'sold', 'pending', 'confused', 'active', 'na'])
|
||||
|
||||
Reference in New Issue
Block a user