diff --git a/plone/app/discussion/tests/test_controlpanel.py b/plone/app/discussion/tests/test_controlpanel.py index b9908f9..c6c3e60 100644 --- a/plone/app/discussion/tests/test_controlpanel.py +++ b/plone/app/discussion/tests/test_controlpanel.py @@ -16,7 +16,7 @@ class RegistryTest(PloneTestCase): def afterSetUp(self): # Set up the registry self.registry = Registry() - self.registry.register_interface(IDiscussionSettings) + self.registry.registerInterface(IDiscussionSettings) def test_discussion_in_controlpanel(self): # Check if discussion is in the control panel