fix ft testing

This commit is contained in:
Ishaan Jaff 2024-12-27 14:33:16 -08:00
parent c00952607d
commit d36152f9eb

View file

@ -296,6 +296,8 @@ async def test_async_create_batch(provider):
) )
print("cancel_batch_response=", cancel_batch_response) print("cancel_batch_response=", cancel_batch_response)
cleanup_azure_files()
def cleanup_azure_files(): def cleanup_azure_files():
""" """