mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-25 05:07:03 +00:00
e4bc213bfe
The test was failing because the managed_files hook was not configured. This fix adds a DummyManagedFiles class and mocks the create_file function as an AsyncMock to ensure proper test execution.