mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 18:34:32 +00:00
apply change and fixed test cases
This commit is contained in:
parent
89ab2be302
commit
b197d3ce1c
5 changed files with 35 additions and 24 deletions
|
|
@ -59,7 +59,7 @@ class TestModelRegistration:
|
|||
},
|
||||
)
|
||||
|
||||
with pytest.raises(AssertionError) as exc_info:
|
||||
with pytest.raises(ValueError) as exc_info:
|
||||
await models_impl.register_model(
|
||||
model_id="custom-model-2",
|
||||
metadata={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue