From 7335af8a9eb4b5ab6a0884f686a51a050464320b Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 7 Aug 2008 00:14:38 +0000 Subject: 68: Ported to changes in NameSpace, Proxy; updated unit tests --- ipalib/tests/test_public.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/tests/test_public.py') diff --git a/ipalib/tests/test_public.py b/ipalib/tests/test_public.py index bfe951ab..0985658e 100644 --- a/ipalib/tests/test_public.py +++ b/ipalib/tests/test_public.py @@ -28,7 +28,6 @@ from ipalib import public, plugable, errors def test_cmd(): cls = public.cmd assert issubclass(cls, plugable.Plugin) - assert cls.proxy is public.cmd_proxy def test_obj(): -- cgit