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:
Pavel Vomacka 2016-07-20 16:15:07 +02:00 committed by Martin Basti
parent 9f94a5f7ba
commit 73ef15ccb4

View File

@ -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):