Skip to content

Commit bd619c1

Browse files
caberoscaberos
authored andcommitted
fix the tox tool
1 parent 7535113 commit bd619c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/CLI/modules/block_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ def test_volume_limit(self, list_mock):
781781

782782
def test_volume_limit_empty_datacenter(self):
783783
expect_result = {
784+
'dal13': 52,
784785
'global': 700,
785786
'null': 50
786787
}

tests/CLI/modules/file_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ def test_volume_limit(self, list_mock):
763763

764764
def test_volume_limit_empty_datacenter(self):
765765
expect_result = {
766+
'dal13': 52,
766767
'global': 700,
767768
'null': 50
768769
}

0 commit comments

Comments
 (0)