summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_selinuxusermap.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_selinuxusermap.py')
-rw-r--r--ipatests/test_webui/test_selinuxusermap.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_selinuxusermap.py b/ipatests/test_webui/test_selinuxusermap.py
index 385b8dd06..65f7f33dd 100644
--- a/ipatests/test_webui/test_selinuxusermap.py
+++ b/ipatests/test_webui/test_selinuxusermap.py
@@ -58,7 +58,8 @@ class test_selinuxusermap(UI_driver):
Mod: selinuxusermap
"""
self.init_app()
- host = host_tasks(self.driver, self.config)
+ host = host_tasks()
+ host.setup(self.driver, self.config)
self.add_record(user.ENTITY, user.DATA)
self.add_record(user.ENTITY, user.DATA2, navigate=False)