summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_service_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/test_service_plugin.py')
-rw-r--r--tests/test_xmlrpc/test_service_plugin.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_xmlrpc/test_service_plugin.py b/tests/test_xmlrpc/test_service_plugin.py
index 33dc7b747..ca5d7e01e 100644
--- a/tests/test_xmlrpc/test_service_plugin.py
+++ b/tests/test_xmlrpc/test_service_plugin.py
@@ -26,10 +26,6 @@ from xmlrpc_test import XMLRPC_test
from ipalib import api
from ipalib import errors
-try:
- api.finalize()
-except StandardError:
- pass
class test_Service(XMLRPC_test):
"""