mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
register: Update error name to COMPLETE_CONNECTION_REQUIRED to follow the spec
This commit is contained in:
@ -48,7 +48,8 @@ class TestRegisterBeforeConnectDisallowed(cases.BaseServerTestCase):
|
||||
msgs = self.getMessages("bar")
|
||||
fail_response = [msg for msg in msgs if msg.command == "FAIL"][0]
|
||||
self.assertMessageMatch(
|
||||
fail_response, params=["REGISTER", "DISALLOWED", ANYSTR]
|
||||
fail_response,
|
||||
params=["REGISTER", "COMPLETE_CONNECTION_REQUIRED", ANYSTR, ANYSTR],
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user