summaryrefslogtreecommitdiffstats
path: root/tests/functional/test_gluster_ops_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_gluster_ops_check.py')
-rw-r--r--tests/functional/test_gluster_ops_check.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/test_gluster_ops_check.py b/tests/functional/test_gluster_ops_check.py
index de20ab00..fc966342 100644
--- a/tests/functional/test_gluster_ops_check.py
+++ b/tests/functional/test_gluster_ops_check.py
@@ -29,6 +29,5 @@ class TestOpsCheck(BaseClass):
# Validate the result
err_msg = ("Got unexepeted max-brick process - '%s' "
- "Expected max brick process is : 250") % (
- bprocess_status)
+ "Expected max brick process is : 250") % bprocess_status
self.assertIn(bprocess_status, '250', err_msg)