summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/data_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/data_user.py')
-rw-r--r--ipatests/test_webui/data_user.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ipatests/test_webui/data_user.py b/ipatests/test_webui/data_user.py
index 20ac3868..79a53898 100644
--- a/ipatests/test_webui/data_user.py
+++ b/ipatests/test_webui/data_user.py
@@ -34,8 +34,8 @@ DATA = {
('label', 'uid', PKEY),
],
'mod': [
- ('textbox', 'givenname','OtherName'),
- ('textbox', 'sn','OtherSurname'),
+ ('textbox', 'givenname', 'OtherName'),
+ ('textbox', 'sn', 'OtherSurname'),
('multivalued', 'telephonenumber', [
('add', '123456789'),
('add', '987654321'),
@@ -59,7 +59,7 @@ DATA2 = {
('textbox', 'sn', 'Surname2'),
],
'mod': [
- ('textbox', 'givenname','OtherName2'),
- ('textbox', 'sn','OtherSurname2'),
+ ('textbox', 'givenname', 'OtherName2'),
+ ('textbox', 'sn', 'OtherSurname2'),
],
-} \ No newline at end of file
+}