From fe977cf361948101083b036dc991cd09da807a8d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 11 Aug 2021 18:39:19 +0200 Subject: [PATCH] Try to make bahamut tests less flaky --- irctest/basecontrollers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irctest/basecontrollers.py b/irctest/basecontrollers.py index 38a6955..b1464ac 100644 --- a/irctest/basecontrollers.py +++ b/irctest/basecontrollers.py @@ -227,7 +227,7 @@ class BaseServerController(_BaseController): # Make sure the server properly processes the disconnect. # Otherwise, it may still count it in LUSER and fail tests in # test_lusers.py (eg. this happens with Charybdis 3.5.0) - c.send(b"QUIT :chkport\r\n") + c.sendall(b"QUIT :chkport\r\n") data = b"" try: while b"chkport" not in data and b"ERROR" not in data: