summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_netgroup_plugin.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-10-31 16:55:23 +0000
committerPetr Viktorin <pviktori@redhat.com>2014-01-24 20:29:31 +0100
commit9d863e9a96a3cb696f1d1f9313dbd4b003c489e9 (patch)
tree3985dc9e3bdd6a148f25b3c51802032b628f5586 /ipatests/test_xmlrpc/test_netgroup_plugin.py
parent97c1c95f20762055932a83cb7ac08a408437a661 (diff)
downloadfreeipa-9d863e9a96a3cb696f1d1f9313dbd4b003c489e9.tar.gz
freeipa-9d863e9a96a3cb696f1d1f9313dbd4b003c489e9.tar.xz
freeipa-9d863e9a96a3cb696f1d1f9313dbd4b003c489e9.zip
Convert remaining test code to LDAPEntry API.
Diffstat (limited to 'ipatests/test_xmlrpc/test_netgroup_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/test_netgroup_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_netgroup_plugin.py b/ipatests/test_xmlrpc/test_netgroup_plugin.py
index 9c21e8d11..da9a809bb 100644
--- a/ipatests/test_xmlrpc/test_netgroup_plugin.py
+++ b/ipatests/test_xmlrpc/test_netgroup_plugin.py
@@ -1306,7 +1306,7 @@ class test_netgroup(Declarative):
# raise nose.SkipTest('compat and nis are not enabled, skipping test')
# finally:
# conn.disconnect()
-# triples = entries[0][0][1]['nisnetgrouptriple']
+# triples = entries[0][0]['nisnetgrouptriple']
#
# # This may not prove to be reliable since order is not guaranteed
# # and even which user gets into which triple can be random.