Skip to content

Commit 3e46813

Browse files
author
Dawid Planeta
committed
Try to fix flaky tests
1 parent 072de7f commit 3e46813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/suites/default/conn_status_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Status(enum.Enum):
3939

4040
class TestMixin:
4141
STATUS_CHANGE_REGEX = re.compile(
42-
rb'Current status of the server with SSID (\d+) is: (.+)')
42+
rb'Current status of the server with SSID (\d+) is: (.+)\n')
4343

4444
# we need this to ensure that other commands which search through
4545
# logs will not accidentally consume statements we're interested in

0 commit comments

Comments
 (0)