diff options
Diffstat (limited to 'scripts/cli/test_system_login.py')
-rwxr-xr-x | scripts/cli/test_system_login.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 """ |