mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 23:39:46 +00:00
Check client resumes negotiation after ERR_SASLFAIL (904).
This commit is contained in:
@ -56,6 +56,7 @@ class SaslTestCase(cases.BaseClientTestCase, cases.ClientNegociationHelper,
|
||||
self.assertEqual(m, Message([], None, 'AUTHENTICATE', ['PLAIN']))
|
||||
self.sendLine('904 {} :SASL auth failed'.format(self.nick))
|
||||
m = self.getMessage()
|
||||
self.assertMessageEqual(m, command='CAP')
|
||||
|
||||
|
||||
def testPlainLarge(self):
|
||||
|
Reference in New Issue
Block a user