summaryrefslogtreecommitdiffstats
path: root/ipalib/backend.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-08-04 00:21:26 -0600
committerJason Gerard DeRose <jderose@redhat.com>2009-08-04 00:21:26 -0600
commit22493eef216a587bf076f81e558c476b6dd513bf (patch)
treea2f2438065fa43849451dbb6c3fbd6be31878d74 /ipalib/backend.py
parent322d8238a0862355340e1ad9a464bd40f6e9b728 (diff)
downloadfreeipa-22493eef216a587bf076f81e558c476b6dd513bf.tar.gz
freeipa-22493eef216a587bf076f81e558c476b6dd513bf.tar.xz
freeipa-22493eef216a587bf076f81e558c476b6dd513bf.zip
Fix three broken unit tests
Diffstat (limited to 'ipalib/backend.py')
-rw-r--r--ipalib/backend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/backend.py b/ipalib/backend.py
index da7fc292..b123ed14 100644
--- a/ipalib/backend.py
+++ b/ipalib/backend.py
@@ -118,6 +118,7 @@ class Executioner(Backend):
'non-public: %s: %s', e.__class__.__name__, str(e)
)
error = InternalError()
+ destroy_context()
if error is None:
return result
assert isinstance(error, PublicError)