mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
use the ratified extended-monitor name (#206)
This commit is contained in:
committed by
GitHub
parent
22c6743b24
commit
52c22236a6
@ -373,7 +373,7 @@ class _BaseExtendedMonitorTestCase(_BaseMonitorTestCase):
|
||||
"""Tests https://ircv3.net/specs/extensions/extended-monitor.html"""
|
||||
self.connectClient(
|
||||
"foo",
|
||||
capabilities=["draft/extended-monitor", *watcher_caps],
|
||||
capabilities=["extended-monitor", *watcher_caps],
|
||||
skip_if_cap_nak=True,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user