mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
style(cli): reformat the autoroute process tests with ruff 0.15.3
This commit is contained in:
parent
6c584de435
commit
05f96d6f01
1 changed files with 1 additions and 2 deletions
|
|
@ -171,8 +171,7 @@ class TestIsRunningDoesNotSignal:
|
|||
assert is_running(child.pid) is True
|
||||
time.sleep(1.0)
|
||||
assert child.poll() is None, (
|
||||
f"the liveness probe terminated the process it was asked about "
|
||||
f"(exit code {child.returncode})"
|
||||
f"the liveness probe terminated the process it was asked about (exit code {child.returncode})"
|
||||
)
|
||||
assert is_running(child.pid) is True
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue