mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add teardown call
This commit is contained in:
parent
d115878714
commit
2d4dc4da05
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ class TestAuthPAM(BaseRestCherryPyTest, integration.ModuleCase):
|
|||
'''
|
||||
Clean up after tests. Delete user
|
||||
'''
|
||||
super(TestAuthPAM, self).tearDown()
|
||||
user_list = self.run_function('user.list_users')
|
||||
# Remove saltdev user
|
||||
if USERA in user_list:
|
||||
|
|
Loading…
Add table
Reference in a new issue