Skip to content

Commit 5e64519

Browse files
authored
CI: change start logs detect (#167)
It seems that currently we do not have the log for ```log Started StandaloneServer in ``` So I changed to another log detector
1 parent e851357 commit 5e64519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def docker_setup_teardown():
5252
)
5353
ports = {"25333/tcp": 25333, "12345/tcp": 12345}
5454
container = docker_wrapper.run_until_log(
55-
log="Started StandaloneServer in", tty=True, ports=ports
55+
log="Started ServerConnector", tty=True, ports=ports
5656
)
5757
assert container is not None
5858
yield

0 commit comments

Comments
 (0)