mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +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.
|
||||
|
||||
<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
|
||||
|
Reference in New Issue
Block a user