summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-10-20 15:25:13 +0200
committerMartin Basti <mbasti@redhat.com>2016-11-14 18:08:15 +0100
commit6e475988e1ec1b89d44b495cd667a444526733a7 (patch)
treea818a8e2739beb274d2ad2bb12be108b4acf5021 /ipatests
parentd6300dca285acaad296f6271421c23999e3c1071 (diff)
downloadfreeipa-6e475988e1ec1b89d44b495cd667a444526733a7.tar.gz
freeipa-6e475988e1ec1b89d44b495cd667a444526733a7.tar.xz
freeipa-6e475988e1ec1b89d44b495cd667a444526733a7.zip
TESTS: Update group type name
As the group type has been changed from 'normal' to 'nonposix' we need to update this information also in tests. https://fedorahosted.org/freeipa/ticket/6334 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests')
-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'),