mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Revert "vllm unit test, check for exception on error"
This reverts commit 519afdde5f
.
This commit is contained in:
parent
922ac2d501
commit
a4c8a849b6
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ async def test_register_model_checks_vllm(mock_openai_models_list, vllm_inferenc
|
|||
|
||||
foo_model = Model(identifier="foo", provider_resource_id="foo", provider_id="vllm-inference")
|
||||
|
||||
with pytest.raises(ValueError):
|
||||
await vllm_inference_adapter.register_model(foo_model)
|
||||
await vllm_inference_adapter.register_model(foo_model)
|
||||
mock_openai_models_list.assert_called()
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue