diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_xmlrpc/test_nesting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_nesting.py b/tests/test_xmlrpc/test_nesting.py index cb2d1d0b..a855960a 100644 --- a/tests/test_xmlrpc/test_nesting.py +++ b/tests/test_xmlrpc/test_nesting.py @@ -815,7 +815,7 @@ class test_nesting(Declarative): managedby_host=[fqdn1], memberof_hostgroup = [u'testhostgroup2'], memberofindirect_hostgroup = [u'testhostgroup1'], - memberofindirect_netgroup = [u'testhostgroup1', u'testhostgroup2'], + memberofindirect_netgroup = [u'testhostgroup2'], ), ), ), |