Skip to content

Commit e30066a

Browse files
author
Fernando Ojeda
committed
Add IOPs data to block volume-list unit test.
1 parent fc1f67e commit e30066a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/block_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_volume_list(self):
130130
'capacity_gb': 20,
131131
'datacenter': 'dal05',
132132
'id': 100,
133-
'iops': None,
133+
'IOPs': None,
134134
'ip_addr': '10.1.2.3',
135135
'lunId': None,
136136
'notes': "{'status': 'availabl",

0 commit comments

Comments
 (0)