From 6e475988e1ec1b89d44b495cd667a444526733a7 Mon Sep 17 00:00:00 2001 From: Pavel Vomacka Date: Thu, 20 Oct 2016 15:25:13 +0200 Subject: 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 --- ipatests/test_webui/data_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- cgit