mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add missing attribute to fix netgroups test
This commit is contained in:
parent
0d6aaef2e1
commit
7ab9c3363f
@ -43,7 +43,7 @@ class test_Netgroup(XMLRPC_test):
|
||||
"""
|
||||
ng_cn=u'ng1'
|
||||
ng_description=u'Netgroup'
|
||||
ng_kw={'cn': ng_cn, 'description': ng_description}
|
||||
ng_kw={'cn': ng_cn, 'description': ng_description, 'nisdomainname': u'example.com'}
|
||||
|
||||
host_cn = u'ipatesthost.%s' % api.env.domain
|
||||
host_description=u'Test host'
|
||||
|
Loading…
Reference in New Issue
Block a user