From c033c77b487caeb9505217232add571f362f7afe Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 9 Feb 2020 13:02:40 +0100 Subject: all: delete session in tearDown() --- scripts/cli/test_system_login.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/cli/test_system_login.py') diff --git a/scripts/cli/test_system_login.py b/scripts/cli/test_system_login.py index aa26b3bec..88e5695e7 100755 --- a/scripts/cli/test_system_login.py +++ b/scripts/cli/test_system_login.py @@ -37,6 +37,7 @@ class TestSystemLogin(unittest.TestCase): self.session.delete(base_path + ['user', user]) self.session.commit() + del self.session def test_user(self): """ Check if user can be created and we can SSH to localhost """ -- cgit v1.2.3