mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 07:07:19 +00:00
address comments
This commit is contained in:
parent
ba0186f2c8
commit
d4887fc746
4 changed files with 8 additions and 8 deletions
|
@ -70,7 +70,7 @@ async def test_eval(eval_settings):
|
|||
assert response.job_id == "0"
|
||||
job_status = await eval_impl.job_status(response.job_id)
|
||||
|
||||
assert job_status.value == "completed"
|
||||
assert job_status and job_status.value == "completed"
|
||||
|
||||
eval_response = await eval_impl.job_result(response.job_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue