mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
fix ut
This commit is contained in:
parent
6ce4b2a26f
commit
ff4bce4ba1
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue