Skip to content

Commit 03c74b1

Browse files
author
Samson Yerraguntla
committed
feature/VolumeLimit Fix the unit tests
1 parent ace018d commit 03c74b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/CLI/modules/block_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,5 +675,5 @@ def test_volume_limit(self, list_mock):
675675
"provisionedCount": 100
676676
}]
677677

678-
result = self.run_command(['block', 'volume-limit'])
678+
result = self.run_command(['block', 'volume-limits'])
679679
self.assert_no_fail(result)

tests/CLI/modules/file_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,5 +674,5 @@ def test_volume_limit(self, list_mock):
674674
'maximumAvailableCount': 300,
675675
'provisionedCount': 100
676676
}]
677-
result = self.run_command(['file', 'volume-limit'])
677+
result = self.run_command(['file', 'volume-limits'])
678678
self.assert_no_fail(result)

0 commit comments

Comments
 (0)