mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed unit tests; changed example.py so it doesn't import servercore
This commit is contained in:
@@ -30,7 +30,7 @@ class Add(frontend.Method):
|
||||
|
||||
def get_options(self):
|
||||
for param in self.obj.params_minus_pk():
|
||||
yield param.__clone__(required=False)
|
||||
yield param
|
||||
|
||||
|
||||
class Get(frontend.Method):
|
||||
|
||||
Reference in New Issue
Block a user