diff --git a/litellm/tests/test_openai_batches.py b/litellm/tests/test_openai_batches_and_files.py similarity index 97% rename from litellm/tests/test_openai_batches.py rename to litellm/tests/test_openai_batches_and_files.py index 05a81a50e6..14aee6e19f 100644 --- a/litellm/tests/test_openai_batches.py +++ b/litellm/tests/test_openai_batches_and_files.py @@ -164,6 +164,12 @@ async def test_async_create_batch(): assert delete_file_response.id == batch_input_file_id + all_files_list = await litellm.afile_list( + custom_llm_provider="openai", + ) + + print("all_files_list = ", all_files_list) + # # write this file content to a file # with open("file_content.json", "w") as f: # json.dump(file_content, f)