summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_hbac_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/test_hbac_plugin.py')
-rw-r--r--tests/test_xmlrpc/test_hbac_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_hbac_plugin.py b/tests/test_xmlrpc/test_hbac_plugin.py
index 1d51c17ab..504565477 100644
--- a/tests/test_xmlrpc/test_hbac_plugin.py
+++ b/tests/test_xmlrpc/test_hbac_plugin.py
@@ -405,7 +405,7 @@ class test_hbac(XMLRPC_test):
"""
Test deleting a HBAC rule using `xmlrpc.hbacrule_del`.
"""
- assert api.Command['hbacrule_del'](self.rule_name)['result'] is True
+ api.Command['hbacrule_del'](self.rule_name)
# verify that it's gone
try:
api.Command['hbacrule_show'](self.rule_name)