From: Lukáš Ježek Date: Fri, 2 Jul 2021 13:45:20 +0000 (+0200) Subject: fixup! log: fix CI tests X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb0b4975715528d4dba1e24cb6f583e459b8cf40;p=thirdparty%2Fknot-resolver.git fixup! log: fix CI tests --- diff --git a/tests/pytests/kresd.py b/tests/pytests/kresd.py index 703b11fe8..62835f366 100644 --- a/tests/pytests/kresd.py +++ b/tests/pytests/kresd.py @@ -296,7 +296,7 @@ def make_port(ip=None, ip6=None): KRESD_LOG_STARTUP_MSGID = re.compile(r'^\[[^]]+\]\[{}.*'.format(KRESD_STARTUP_MSGID)) -KRESD_LOG_IO_CLOSE = re.compile(r'^\[io\].*closed by peer.*') +KRESD_LOG_IO_CLOSE = re.compile(r'^\[io \].*closed by peer.*') @contextmanager