mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Fix test_async_post_call_success_hook_for_unified_finetuning_job
This commit is contained in:
parent
ce4bebbedf
commit
63eedc26b0
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ async def test_async_post_call_success_hook_for_unified_finetuning_job():
|
|||
"model_id": "gpt-3.5-turbo-0613",
|
||||
}
|
||||
proxy_managed_files = _PROXY_LiteLLMManagedFiles(
|
||||
DualCache(), prisma_client=MagicMock()
|
||||
DualCache(), prisma_client=AsyncMock()
|
||||
)
|
||||
data = {
|
||||
"user_api_key_dict": {"parent_otel_span": MagicMock()},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue