From 58c9ca84ffb639357fd9fb54401ec648bf53bbc9 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Mon, 19 Dec 2022 14:37:30 -0800 Subject: [PATCH] [pretty] combine strings in `node.py` (#8550) --- tests/scripts/thread-cert/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/thread-cert/node.py b/tests/scripts/thread-cert/node.py index 1904c7199..3823e5275 100755 --- a/tests/scripts/thread-cert/node.py +++ b/tests/scripts/thread-cert/node.py @@ -2876,7 +2876,7 @@ class NodeImpl: else: timeout = 5 - self._expect(r'Received ACK in reply to notification ' r'from ([\da-f:]+)\b', timeout=timeout) + self._expect(r'Received ACK in reply to notification from ([\da-f:]+)\b', timeout=timeout) (source,) = self.pexpect.match.groups() source = source.decode('UTF-8')