summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_krbtpolicy.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_krbtpolicy.py')
-rw-r--r--ipatests/test_webui/test_krbtpolicy.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/ipatests/test_webui/test_krbtpolicy.py b/ipatests/test_webui/test_krbtpolicy.py
index d6db1302..e143a129 100644
--- a/ipatests/test_webui/test_krbtpolicy.py
+++ b/ipatests/test_webui/test_krbtpolicy.py
@@ -27,18 +27,19 @@ ENTITY = 'krbtpolicy'
DATA = {
'mod': [
- ('textbox', 'krbmaxrenewableage','599000'),
- ('textbox', 'krbmaxticketlife','79800'),
+ ('textbox', 'krbmaxrenewableage', '599000'),
+ ('textbox', 'krbmaxticketlife', '79800'),
],
}
DATA2 = {
'mod': [
- ('textbox', 'krbmaxrenewableage','604800'),
- ('textbox', 'krbmaxticketlife','86400'),
+ ('textbox', 'krbmaxrenewableage', '604800'),
+ ('textbox', 'krbmaxticketlife', '86400'),
],
}
+
class test_krbtpolicy(UI_driver):
def test_mod(self):