summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_sudo.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_sudo.py')
-rw-r--r--ipatests/test_webui/test_sudo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_sudo.py b/ipatests/test_webui/test_sudo.py
index 94e0892b0..ab484a09e 100644
--- a/ipatests/test_webui/test_sudo.py
+++ b/ipatests/test_webui/test_sudo.py
@@ -50,7 +50,8 @@ class test_sudo(UI_driver):
Mod: sudo
"""
self.init_app()
- host = host_tasks(self.driver, self.config)
+ host = host_tasks()
+ host.setup(self.driver, self.config)
self.add_record(netgroup.ENTITY, netgroup.DATA2)