summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_config.py')
-rw-r--r--ipatests/test_webui/test_config.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/ipatests/test_webui/test_config.py b/ipatests/test_webui/test_config.py
index fb160e81..f7f568f5 100644
--- a/ipatests/test_webui/test_config.py
+++ b/ipatests/test_webui/test_config.py
@@ -27,18 +27,19 @@ ENTITY = 'config'
DATA = {
'mod': [
- ('textbox', 'ipasearchrecordslimit','200'),
- ('textbox', 'ipasearchtimelimit','3'),
+ ('textbox', 'ipasearchrecordslimit', '200'),
+ ('textbox', 'ipasearchtimelimit', '3'),
],
}
DATA2 = {
'mod': [
- ('textbox', 'ipasearchrecordslimit','100'),
- ('textbox', 'ipasearchtimelimit','2'),
+ ('textbox', 'ipasearchrecordslimit', '100'),
+ ('textbox', 'ipasearchtimelimit', '2'),
],
}
+
class test_config(UI_driver):
def test_mod(self):