mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +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")
|
msgs = self.getMessages("bar")
|
||||||
fail_response = [msg for msg in msgs if msg.command == "FAIL"][0]
|
fail_response = [msg for msg in msgs if msg.command == "FAIL"][0]
|
||||||
self.assertMessageMatch(
|
self.assertMessageMatch(
|
||||||
fail_response, params=["REGISTER", "DISALLOWED", ANYSTR]
|
fail_response,
|
||||||
|
params=["REGISTER", "COMPLETE_CONNECTION_REQUIRED", ANYSTR, ANYSTR],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user