mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 09:06:44 -06:00
Fix test which checks removing of user
The name of delete action is now 'delete_active_user' not just 'delete' therefore tests needs to be fixed. https://fedorahosted.org/freeipa/ticket/6052 Reviewed-By: Lenka Doudova <ldoudova@redhat.com>
This commit is contained in:
parent
9f94a5f7ba
commit
73ef15ccb4
@ -161,7 +161,7 @@ class test_user(UI_driver):
|
||||
self.action_list_action('unlock')
|
||||
|
||||
# delete
|
||||
self.delete_action(user.ENTITY, user.PKEY)
|
||||
self.delete_action(user.ENTITY, user.PKEY, action='delete_active_user')
|
||||
|
||||
@screenshot
|
||||
def test_password_expiration_notification(self):
|
||||
|
Loading…
Reference in New Issue
Block a user