diff --git a/plugins/Channel/test.py b/plugins/Channel/test.py index 99b3bf59e..c2ed15ae2 100644 --- a/plugins/Channel/test.py +++ b/plugins/Channel/test.py @@ -428,9 +428,6 @@ class ChannelTestCase(ChannelPluginTestCase): def testInviteCustomCapability(self): self.irc.feedMsg(ircmsgs.op(self.channel, self.nick)) - self.assertError('invite foo', - frm='test!user@with__no_testcap__') - with conf.supybot.plugins.Channel.invite.requireCapability.context('freeinvite'): m = self.getMsg('invite foo', frm='test!user@with__no_testcap__')