mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
fix relaymsg test fail code
This commit is contained in:
@ -47,7 +47,7 @@ class RelaymsgTestCase(cases.BaseServerTestCase):
|
||||
self.sendLine('qux', 'RELAYMSG %s smt/discord :hi a third time' % (chname,))
|
||||
response = self.getMessages('qux')[0]
|
||||
self.assertEqual(response.command, 'FAIL')
|
||||
self.assertEqual(response.params[:2], ['RELAYMSG', 'NOT_PRIVED'])
|
||||
self.assertEqual(response.params[:2], ['RELAYMSG', 'PRIVS_NEEDED'])
|
||||
|
||||
# grant qux chanop, allowing relaymsg
|
||||
self.sendLine('baz', 'MODE %s +o qux' % (chname,))
|
||||
|
Reference in New Issue
Block a user