diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-20 15:41:54 +0300 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-20 15:41:54 +0300 |
commit | 2f2b1f7df028fb6848b1116e29e92c9bafc535bb (patch) | |
tree | 68393771c248466d57a601068af98a5f84ea0ba7 /okupy/tests/unit/test_secondary_password.py | |
parent | s/self.ldapobject/self.ldapobj/g (diff) | |
download | identity.gentoo.org-2f2b1f7df028fb6848b1116e29e92c9bafc535bb.tar.gz identity.gentoo.org-2f2b1f7df028fb6848b1116e29e92c9bafc535bb.tar.bz2 identity.gentoo.org-2f2b1f7df028fb6848b1116e29e92c9bafc535bb.zip |
delete ldapobj after test execution
Diffstat (limited to 'okupy/tests/unit/test_secondary_password.py')
-rw-r--r-- | okupy/tests/unit/test_secondary_password.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/okupy/tests/unit/test_secondary_password.py b/okupy/tests/unit/test_secondary_password.py index b9fbc38..73b574b 100644 --- a/okupy/tests/unit/test_secondary_password.py +++ b/okupy/tests/unit/test_secondary_password.py @@ -26,6 +26,7 @@ class SecondaryPassword(TestCase): def tearDown(self): self.mockldap.stop() + del self.ldapobj def test_secondary_password_gets_added_in_session(self): request = set_request(uri='/', user=vars.USER_ALICE) |