mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: make test less flaky
This commit is contained in:
parent
a5b497667c
commit
d01361747d
1 changed files with 1 additions and 1 deletions
|
@ -1559,7 +1559,7 @@ def test_logging_standard_payload_llm_headers(stream):
|
|||
continue
|
||||
|
||||
time.sleep(2)
|
||||
mock_client.assert_called_once()
|
||||
mock_client.assert_called()
|
||||
|
||||
standard_logging_object: StandardLoggingPayload = mock_client.call_args.kwargs[
|
||||
"kwargs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue