Fix ELIST detection

This commit is contained in:
Valentin Lorentz 2022-04-26 22:22:36 +02:00
parent c4d86aef4e
commit 011bdff7e4

View File

@ -206,8 +206,8 @@ class ListTestCase(_BasedListTestCase):
"""
self.connectClient("foo")
if "M" not in self.server_support.get("ELIST", ""):
raise runner.OptionalExtensionNotSupported("ELIST=M")
if "U" not in self.server_support.get("ELIST", ""):
raise runner.OptionalExtensionNotSupported("ELIST=U")
self.sendLine(1, "JOIN #chan1")
self.getMessages(1)