From d36152f9ebb2452ee8f0ce55a4f07dba63626ae5 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 27 Dec 2024 14:33:16 -0800 Subject: [PATCH] fix ft testing --- tests/batches_tests/test_openai_batches_and_files.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/batches_tests/test_openai_batches_and_files.py b/tests/batches_tests/test_openai_batches_and_files.py index 1bdba0da57..8f8b0e41e8 100644 --- a/tests/batches_tests/test_openai_batches_and_files.py +++ b/tests/batches_tests/test_openai_batches_and_files.py @@ -296,6 +296,8 @@ async def test_async_create_batch(provider): ) print("cancel_batch_response=", cancel_batch_response) + cleanup_azure_files() + def cleanup_azure_files(): """