Skip to content

Commit 0658dd1

Browse files
author
BenIBM
committed
midified test
1 parent a1acc9e commit 0658dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CLI/modules/block_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def test_volume_detail(self):
5959
result = self.run_command(['block', 'volume-detail', '1234'])
6060

6161
self.assert_no_fail(result)
62+
isinstance(json.loads(result.output)['IOPs'], float)
6263
self.assertEqual({
6364
'Username': 'username',
6465
'LUN Id': '2',

0 commit comments

Comments
 (0)