summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/tests/test_backend.py')
-rw-r--r--ipalib/tests/test_backend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/tests/test_backend.py b/ipalib/tests/test_backend.py
index 2183ed0ac..967e9fdfb 100644
--- a/ipalib/tests/test_backend.py
+++ b/ipalib/tests/test_backend.py
@@ -34,3 +34,4 @@ class test_Backend(ClassChecker):
def test_class(self):
assert self.cls.__bases__ == (plugable.Plugin,)
+ assert self.cls.__proxy__ is False