Forgot to update this test based on the move of cpustats to the Status plugin.

This commit is contained in:
Jeremy Fincher 2003-10-01 11:12:31 +00:00
parent 538a262341
commit 2ea1052d06
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
from test import *
class UtilitiesTestCase(PluginTestCase, PluginDocumentation):
plugins = ('Utilities', 'FunCommands')
plugins = ('Utilities', 'Status')
def testIgnore(self):
self.assertNoResponse('ignore foo bar baz', 1)