mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Channel: fix test.py .
This commit is contained in:
parent
0f89e12f4d
commit
4d81a55241
@ -228,7 +228,7 @@ class ChannelTestCase(ChannelPluginTestCase):
|
|||||||
self.assertResponse('channel ignore list', "'%s'" % expect)
|
self.assertResponse('channel ignore list', "'%s'" % expect)
|
||||||
self.assertNotError('channel ignore remove %s' % expect)
|
self.assertNotError('channel ignore remove %s' % expect)
|
||||||
self.assertRegexp('channel ignore list', 'not currently')
|
self.assertRegexp('channel ignore list', 'not currently')
|
||||||
ignore('foo!bar@baz', '*!bar@baz')
|
ignore('*!*@baz', '*!*@baz')
|
||||||
ignore('foo!*@*')
|
ignore('foo!*@*')
|
||||||
with conf.supybot.protocols.irc.banmask.context(['exact']):
|
with conf.supybot.protocols.irc.banmask.context(['exact']):
|
||||||
ignore('foo!bar@baz')
|
ignore('foo!bar@baz')
|
||||||
|
Loading…
Reference in New Issue
Block a user