summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ipalib/test_frontend.py')
-rw-r--r--tests/test_ipalib/test_frontend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_ipalib/test_frontend.py b/tests/test_ipalib/test_frontend.py
index 385219d0..53843cee 100644
--- a/tests/test_ipalib/test_frontend.py
+++ b/tests/test_ipalib/test_frontend.py
@@ -703,7 +703,6 @@ class test_Object(ClassChecker):
o = example1()
o.set_api(api)
assert o.primary_key is None
- assert o.params_minus_pk is None
# Test with 1 primary key:
class example2(self.cls):