summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-12 22:52:37 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-12 22:52:37 +0000
commitb72cfa5dcc488f3b497fa05a88985cc8f790cc00 (patch)
treef18382c910dcae96b5e60091025826443c52381d /ipalib/tests/test_plugable.py
parentf767543fe71db6fb840ad8f328158fe0c6d65ad4 (diff)
downloadfreeipa.git-b72cfa5dcc488f3b497fa05a88985cc8f790cc00.tar.gz
freeipa.git-b72cfa5dcc488f3b497fa05a88985cc8f790cc00.tar.xz
freeipa.git-b72cfa5dcc488f3b497fa05a88985cc8f790cc00.zip
121: Renamed API.__call__() method to API.finalize()
Diffstat (limited to 'ipalib/tests/test_plugable.py')
-rw-r--r--ipalib/tests/test_plugable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/tests/test_plugable.py b/ipalib/tests/test_plugable.py
index 8ce98610..3b082082 100644
--- a/ipalib/tests/test_plugable.py
+++ b/ipalib/tests/test_plugable.py
@@ -601,7 +601,7 @@ def test_API():
r(base1_plugin2)
# Test API instance:
- api() # Calling instance performs finalization
+ api.finalize()
def get_base(b):
return 'base%d' % b