Kaydet (Commit) 64eac0b7 authored tarafından Joffrey F's avatar Joffrey F

Wrong key name in stats test

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst dfcc1d87
......@@ -1054,7 +1054,7 @@ class GetContainerStatsTest(api_test.BaseTestCase):
self.client.kill(container)
self.assertEqual(type(response), dict)
for key in ['read', 'network', 'precpu_stats', 'cpu_stats',
for key in ['read', 'networks', 'precpu_stats', 'cpu_stats',
'memory_stats', 'blkio_stats']:
self.assertIn(key, response)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment