summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional')
-rwxr-xr-xtests/functional/arbiter/test_arbiter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/arbiter/test_arbiter.py b/tests/functional/arbiter/test_arbiter.py
index 076f6010..fc242524 100755
--- a/tests/functional/arbiter/test_arbiter.py
+++ b/tests/functional/arbiter/test_arbiter.py
@@ -1014,7 +1014,7 @@ class TestArbiterVolumeCreateExpandDelete(baseclass.BaseClass):
vol_name = vol_create_info['name']
# calculating size of data and arbiter bricks
- size_list = [size*1024*1024, size*1024*16]
+ size_list = [size * 1024 * 1024, size * 1024 * 16]
for brick_size in vol_create_info['bricks']:
self.assertIn(
brick_size['size'], size_list, "Failed to check brick size")