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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/tests/test_plugable.py b/ipalib/tests/test_plugable.py
index 62a78e36..b4461dee 100644
--- a/ipalib/tests/test_plugable.py
+++ b/ipalib/tests/test_plugable.py
@@ -569,7 +569,7 @@ class test_NameSpace(ClassChecker):
_cls = plugable.NameSpace
def test_class(self):
- assert self.cls.__bases__ == (plugable.DictProxy,)
+ assert self.cls.__bases__ == (plugable.ReadOnly,)
def test_init(self):
"""