mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +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)
|
# something wonky is going on here. irc.error (src/Channel.py|449)
|
||||||
# is being called but the assert is failing
|
# is being called but the assert is failing
|
||||||
self.assertError('permban not!a.hostmask')
|
self.assertError('permban not!a.hostmask')
|
||||||
|
self.assertNotRegexp('permban not!a.hostmask', 'KeyError')
|
||||||
finally:
|
finally:
|
||||||
conf.supybot.protocols.irc.strictRfc.setValue(orig)
|
conf.supybot.protocols.irc.strictRfc.setValue(orig)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user