summaryrefslogtreecommitdiffstats
path: root/tests/test_glustercli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_glustercli.py')
-rw-r--r--tests/test_glustercli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_glustercli.py b/tests/test_glustercli.py
index 78c9170..ebaeac4 100644
--- a/tests/test_glustercli.py
+++ b/tests/test_glustercli.py
@@ -1074,8 +1074,8 @@ class GlusterCliTests(TestCaseBase):
"volume demo-test-vol"], None
status = gcli.volumeQuotaStatus("test-vol")
exp_disabled_out = {'status': gcli.VolumeQuotaStatus.DISABLED,
- 'hard_ex_dirs': [],
- 'soft_ex_dirs': []}
+ 'hard_ex_dirs': [],
+ 'soft_ex_dirs': []}
self.assertEquals(status, exp_disabled_out)
mock_execCmd.return_value = 0, ["quota: No quota "
"configured on "