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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipalib/tests/test_plugable.py b/ipalib/tests/test_plugable.py
index ebc3a78f..57827787 100644
--- a/ipalib/tests/test_plugable.py
+++ b/ipalib/tests/test_plugable.py
@@ -144,7 +144,6 @@ def test_Proxy():
# Test with correct arguments:
i = plugin()
p = cls(base, i)
- assert read_only(p, 'base') is base
assert read_only(p, 'name') == 'user_add'
assert list(p) == sorted(base.public)