From 16533de157e87ab29ea81db505cdd6b67e900c16 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 10 Dec 2021 17:14:26 +0100 Subject: [PATCH] Fix invalid nick --- irctest/server_tests/chmodes/mute_extban.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irctest/server_tests/chmodes/mute_extban.py b/irctest/server_tests/chmodes/mute_extban.py index f22218e..a17b0b4 100644 --- a/irctest/server_tests/chmodes/mute_extban.py +++ b/irctest/server_tests/chmodes/mute_extban.py @@ -16,7 +16,7 @@ class MuteExtbanTestCase(cases.BaseServerTestCase): @cases.mark_specifications("Ergo") def testISupport(self): - self.connectClient(1) # Fetches ISUPPORT + self.connectClient("chk") # Fetches ISUPPORT isupport = self.server_support token = isupport["EXTBAN"] prefix, comma, types = token.partition(",")