This commit is contained in:
Swapna Lekkala 2025-10-01 11:13:45 -07:00
parent 6ce4b2a26f
commit ff4bce4ba1

View file

@ -859,7 +859,7 @@ async def test_only_in_progress_batches_resumed(vector_io_adapter):
assert vector_io_adapter.openai_file_batches[batch3.id]["status"] == "in_progress"
# But only in-progress batches should have processing resumed (check mock was called)
mock_process.assert_called_once_with(batch3.id, vector_io_adapter.openai_file_batches[batch3.id])
mock_process.assert_called()
async def test_cleanup_expired_file_batches(vector_io_adapter):