mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Updated test to be more specific.
This commit is contained in:
parent
11300e1845
commit
af65b54ecc
@ -150,6 +150,7 @@ class ChannelTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
# something wonky is going on here. irc.error (src/Channel.py|449)
|
||||
# is being called but the assert is failing
|
||||
self.assertError('permban not!a.hostmask')
|
||||
self.assertNotRegexp('permban not!a.hostmask', 'KeyError')
|
||||
finally:
|
||||
conf.supybot.protocols.irc.strictRfc.setValue(orig)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user