From b194b850ca1e083c0a799ba0f9ed3881c141efec Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 27 Feb 2013 14:14:33 +0100 Subject: Fix remove while iterating in suppress_netgroup_memberof. https://fedorahosted.org/freeipa/ticket/3464 --- tests/test_xmlrpc/test_nesting.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_xmlrpc') diff --git a/tests/test_xmlrpc/test_nesting.py b/tests/test_xmlrpc/test_nesting.py index a09a7989e..e1b41b284 100644 --- a/tests/test_xmlrpc/test_nesting.py +++ b/tests/test_xmlrpc/test_nesting.py @@ -790,7 +790,6 @@ class test_nesting(Declarative): managedby_host=[fqdn1], memberof_hostgroup = [u'testhostgroup2'], memberofindirect_hostgroup = [u'testhostgroup1'], - memberofindirect_netgroup = [u'testhostgroup2'], ), ), ), -- cgit