summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/xmlrpc_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/xmlrpc_test.py')
-rw-r--r--tests/test_xmlrpc/xmlrpc_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/xmlrpc_test.py b/tests/test_xmlrpc/xmlrpc_test.py
index 4966cb1f..fd30cc63 100644
--- a/tests/test_xmlrpc/xmlrpc_test.py
+++ b/tests/test_xmlrpc/xmlrpc_test.py
@@ -222,7 +222,7 @@ class Declarative(XMLRPC_test):
)
try:
api.Command[cmd](*args, **options)
- except errors.NotFound:
+ except (errors.NotFound, errors.EmptyModlist):
pass
def test_generator(self):