Skip to content

Commit 64eac0b

Browse files
committed
Wrong key name in stats test
Signed-off-by: Joffrey F <[email protected]>
1 parent dfcc1d8 commit 64eac0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/container_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ def test_get_container_stats_no_stream(self):
10541054
self.client.kill(container)
10551055

10561056
self.assertEqual(type(response), dict)
1057-
for key in ['read', 'network', 'precpu_stats', 'cpu_stats',
1057+
for key in ['read', 'networks', 'precpu_stats', 'cpu_stats',
10581058
'memory_stats', 'blkio_stats']:
10591059
self.assertIn(key, response)
10601060

0 commit comments

Comments
 (0)