update python test case

This commit is contained in:
William Cheng
2015-06-25 21:47:00 +08:00
parent 18ac6e8aae
commit 9d739a44cd

View File

@@ -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'])