mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
361: Implemented crud.Add.get_options() method; added corresponding unit tests
This commit is contained in:
@@ -25,7 +25,9 @@ import frontend, errors
|
||||
|
||||
|
||||
class Add(frontend.Method):
|
||||
pass
|
||||
def get_options(self):
|
||||
assert 'params' in self.obj, list(self.obj)
|
||||
return self.obj.params()
|
||||
|
||||
|
||||
class Get(frontend.Method):
|
||||
|
||||
Reference in New Issue
Block a user