]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! log: fix CI tests
authorLukáš Ježek <lukas.jezek@nic.cz>
Fri, 2 Jul 2021 13:45:20 +0000 (15:45 +0200)
committerLukáš Ježek <lukas.jezek@nic.cz>
Fri, 2 Jul 2021 13:45:20 +0000 (15:45 +0200)
tests/pytests/kresd.py

index 703b11fe8a5d8f64ffd34bde90f2b5a2fca9ddd3..62835f3662e4393baf8818733203cd5ebb07267c 100644 (file)
@@ -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