mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed unit test for CrudBacked.retrieve()
This commit is contained in:
parent
7eb635ff2f
commit
1be301821e
@ -221,7 +221,7 @@ class test_CrudBackend(ClassChecker):
|
|||||||
"""
|
"""
|
||||||
Test the `ipalib.crud.CrudBackend.retrieve` method.
|
Test the `ipalib.crud.CrudBackend.retrieve` method.
|
||||||
"""
|
"""
|
||||||
self.check_method('retrieve', 'primary key')
|
self.check_method('retrieve', 'primary key', 'attribute')
|
||||||
|
|
||||||
def test_update(self):
|
def test_update(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user