Fixed unit test for CrudBacked.retrieve()

This commit is contained in:
Jason Gerard DeRose 2008-10-17 16:47:09 -06:00
parent 7eb635ff2f
commit 1be301821e

View File

@ -221,7 +221,7 @@ class test_CrudBackend(ClassChecker):
"""
Test the `ipalib.crud.CrudBackend.retrieve` method.
"""
self.check_method('retrieve', 'primary key')
self.check_method('retrieve', 'primary key', 'attribute')
def test_update(self):
"""