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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_glustercli.py b/tests/test_glustercli.py
index 5c71f34..67260a8 100644
--- a/tests/test_glustercli.py
+++ b/tests/test_glustercli.py
@@ -1097,7 +1097,7 @@ class GlusterCliTests(TestCaseBase):
mock_glusterVolCmd,
mock_execCmd,):
mock_glusterVolCmd.return_value = ["gluster", "volume"]
- mock_execCmd.return_value = -1, None, "err"
+ mock_execCmd.return_value = -1, None, ["err"]
try:
gcli.volumeQuotaStatus("test-vol")
assert False