summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_webui/data_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/data_group.py b/ipatests/test_webui/data_group.py
index 9d79d18a1..517f98f04 100644
--- a/ipatests/test_webui/data_group.py
+++ b/ipatests/test_webui/data_group.py
@@ -26,7 +26,7 @@ DATA = {
'add': [
('textbox', 'cn', PKEY),
('textarea', 'description', 'test-group desc'),
- ('radio', 'type', 'normal'),
+ ('radio', 'type', 'nonposix'),
],
'mod': [
('textarea', 'description', 'test-group desc modified'),