summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_plugable.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/tests/test_plugable.py')
-rw-r--r--ipalib/tests/test_plugable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/tests/test_plugable.py b/ipalib/tests/test_plugable.py
index f92f941c..aeb3ddf6 100644
--- a/ipalib/tests/test_plugable.py
+++ b/ipalib/tests/test_plugable.py
@@ -410,14 +410,14 @@ class test_Plugin(ClassChecker):
raises(AssertionError, sub.finalize, api)
-class test_Proxy(ClassChecker):
+class test_PluginProxy(ClassChecker):
"""
Tests the `plugable.PluginProxy` class.
"""
_cls = plugable.PluginProxy
def test_class(self):
- assert self.cls.__bases__ == (plugable.ReadOnly,)
+ assert self.cls.__bases__ == (plugable.SetProxy,)
def test_proxy(self):
# Setup: