mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
Fix inconsistent arg order
This commit is contained in:
@ -200,7 +200,7 @@ class WhoisTestCase(_WhoisTestMixin, cases.BaseServerTestCase, cases.Optionality
|
|||||||
"""Tests all numerics are in the exhaustive list defined in the Modern spec.
|
"""Tests all numerics are in the exhaustive list defined in the Modern spec.
|
||||||
|
|
||||||
<https://modern.ircdocs.horse/#whois-message>"""
|
<https://modern.ircdocs.horse/#whois-message>"""
|
||||||
self._testWhoisNumerics(authenticate=False, away=away, oper=oper)
|
self._testWhoisNumerics(oper=oper, authenticate=False, away=away)
|
||||||
|
|
||||||
|
|
||||||
@cases.mark_services
|
@cases.mark_services
|
||||||
|
Reference in New Issue
Block a user