We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e851357 commit 5e64519Copy full SHA for 5e64519
1 file changed
tests/integration/conftest.py
@@ -52,7 +52,7 @@ def docker_setup_teardown():
52
)
53
ports = {"25333/tcp": 25333, "12345/tcp": 12345}
54
container = docker_wrapper.run_until_log(
55
- log="Started StandaloneServer in", tty=True, ports=ports
+ log="Started ServerConnector", tty=True, ports=ports
56
57
assert container is not None
58
yield
0 commit comments