From e01b1b8f99e67b08d1827b13f411f6d3cccfcf41 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Thu, 27 Aug 2009 15:55:19 +0200 Subject: Fix unit tests for plugins using baseldap classes. --- tests/test_ipalib/test_frontend.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_ipalib/test_frontend.py') 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): -- cgit