summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/tests/test_cli.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/tests/test_cli.py b/ipalib/tests/test_cli.py
index 7892227d1..e80dee43a 100644
--- a/ipalib/tests/test_cli.py
+++ b/ipalib/tests/test_cli.py
@@ -63,6 +63,9 @@ class DummyAPI(object):
def finalize(self):
pass
+ def register(self, *args, **kw):
+ pass
+