Apply suggestions from code review of branch python-integration-tests
This commit is contained in:
parent
76c21e42f7
commit
72c4dbee32
1 changed files with 2 additions and 2 deletions
|
|
@ -176,8 +176,8 @@ def error_if_server_not_started(
|
||||||
if not confirmed_uvicorn_is_running:
|
if not confirmed_uvicorn_is_running:
|
||||||
raise RuntimeError("Cannot confirm Uvicorn is running on http://127.0.0.1:5000")
|
raise RuntimeError("Cannot confirm Uvicorn is running on http://127.0.0.1:5000")
|
||||||
|
|
||||||
# If we reached here Everything is fine! print the logs!
|
# If we reached here Everything is fine!
|
||||||
print("Server is running with following outputs:\n\n")
|
print("Server is running as expected\n\n")
|
||||||
|
|
||||||
|
|
||||||
def check_for_graceful_shutdown(server_process: subprocess.Popen) -> None:
|
def check_for_graceful_shutdown(server_process: subprocess.Popen) -> None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue