mirror of
https://github.com/progval/irctest.git
synced 2025-04-08 08:19:54 +00:00
Fix typo.
This commit is contained in:
@ -21,7 +21,7 @@ class StarttlsFailTestCase(cases.BaseServerTestCase):
|
|||||||
# TODO: check also without this
|
# TODO: check also without this
|
||||||
self.sendLine(1, 'CAP REQ :tls')
|
self.sendLine(1, 'CAP REQ :tls')
|
||||||
m = self.getRegistrationMessage(1)
|
m = self.getRegistrationMessage(1)
|
||||||
# TODO: Remove this one the trailing space issue is fixed in Charybdis
|
# TODO: Remove this once the trailing space issue is fixed in Charybdis
|
||||||
# and Mammon:
|
# and Mammon:
|
||||||
#self.assertMessageEqual(m, command='CAP', params=['*', 'ACK', 'tls'],
|
#self.assertMessageEqual(m, command='CAP', params=['*', 'ACK', 'tls'],
|
||||||
# fail_msg='Did not ACK capability `tls`: {msg}')
|
# fail_msg='Did not ACK capability `tls`: {msg}')
|
||||||
|
Reference in New Issue
Block a user