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

View File

@ -373,7 +373,7 @@ class _BaseExtendedMonitorTestCase(_BaseMonitorTestCase):
"""Tests https://ircv3.net/specs/extensions/extended-monitor.html""" """Tests https://ircv3.net/specs/extensions/extended-monitor.html"""
self.connectClient( self.connectClient(
"foo", "foo",
capabilities=["draft/extended-monitor", *watcher_caps], capabilities=["extended-monitor", *watcher_caps],
skip_if_cap_nak=True, skip_if_cap_nak=True,
) )