use the ratified extended-monitor name (#206)

This commit is contained in:
Shivaram Lingamneni 2023-06-01 09:22:54 -07:00 committed by GitHub
parent 22c6743b24
commit 52c22236a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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