mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed improper clean-up in test_host::test_kerberos_flags added closing the notification in kerberos flags
Signed-off-by: Varun Mylaraiah <mvarun@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Michal Reznik <mreznik@redhat.com>
This commit is contained in:
committed by
Michal Reznik
parent
105d7d7f2e
commit
1a6e360119
@@ -317,7 +317,8 @@ class test_host(host_tasks):
|
||||
self.validate_fields([('checkbox', name, checked)])
|
||||
self.mod_record(ENTITY, mod)
|
||||
self.validate_fields([('checkbox', name, [])])
|
||||
self.delete_record(self.pkey, self.data.get('del'))
|
||||
self.close_notifications()
|
||||
self.delete(ENTITY, [self.data])
|
||||
|
||||
@screenshot
|
||||
def test_associations(self):
|
||||
|
||||
Reference in New Issue
Block a user