Fix inconsistent arg order

This commit is contained in:
2022-03-19 16:53:14 +01:00
parent 2af62461bc
commit c47b057546

View File

@ -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