mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 20:41:18 -05:00
Remove timeout override
This commit is contained in:
parent
f00ecdeaef
commit
7b97f7fe2a
@ -118,7 +118,7 @@ class BadWordsInfilterTestCase(ChannelPluginTestCase):
|
||||
args=(self.channel, 'oh shit'),
|
||||
prefix='foobar!user@__no_testcap__',
|
||||
server_tags={'msgid': 'abcde'}))
|
||||
m = self.getMsg(' ', timeout=0.5)
|
||||
m = self.getMsg(' ')
|
||||
self.assertIsNotNone(m)
|
||||
self.assertEqual(m.command, 'REDACT', m)
|
||||
self.assertEqual(m.args, (self.channel, 'abcde'), m)
|
||||
|
Loading…
x
Reference in New Issue
Block a user