diff --git a/test/test_Config.py b/test/test_Config.py index 41ca59a62..eccf4a943 100644 --- a/test/test_Config.py +++ b/test/test_Config.py @@ -52,7 +52,8 @@ class ConfigTestCase(ChannelPluginTestCase): self.assertNotError('config help supybot.replies.success') def testHelpDoesNotAssertionError(self): - self.assertNotRegexp('config help supybot.commands.defaultPlugins.help', + self.assertNotRegexp('config help ' # Cont'd. + 'supybot.commands.defaultPlugins.help', 'AssertionError')