From 1e4fad0c48ef45ccf59b6924f618ff2748365184 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 31 Aug 2004 19:05:43 +0000 Subject: [PATCH] Fix0red the test0r. --- test/test_Config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_Config.py b/test/test_Config.py index 5a44153d5..e2ae7d686 100644 --- a/test/test_Config.py +++ b/test/test_Config.py @@ -44,8 +44,7 @@ class ConfigTestCase(ChannelPluginTestCase): self.assertError('config list supybot.asdfkjsldf') self.assertNotError('config list supybot') self.assertNotError('config list supybot.replies') - self.assertRegexp('config list --groups supybot', - r'plugins.*replies.*reply') + self.assertRegexp('config list supybot', r'@plugins.*@replies.*@reply') def testHelp(self): self.assertError('config help alsdkfj')