From 72c4dbee32abea10e57f0e0548c46a0fe136ca51 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 9 Jul 2025 15:13:25 +0000 Subject: [PATCH] Apply suggestions from code review of branch python-integration-tests --- integration-tests/testfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/testfile.py b/integration-tests/testfile.py index 30bbc290..959e24cc 100755 --- a/integration-tests/testfile.py +++ b/integration-tests/testfile.py @@ -176,8 +176,8 @@ def error_if_server_not_started( if not confirmed_uvicorn_is_running: raise RuntimeError("Cannot confirm Uvicorn is running on http://127.0.0.1:5000") - # If we reached here Everything is fine! print the logs! - print("Server is running with following outputs:\n\n") + # If we reached here Everything is fine! + print("Server is running as expected\n\n") def check_for_graceful_shutdown(server_process: subprocess.Popen) -> None: