mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Pre-commit
This commit is contained in:
parent
87f1b6994c
commit
58a03caa31
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ async def test_duplicate_provider_registration(cached_disk_dist_registry):
|
|||
assert result is not None
|
||||
assert (
|
||||
result.embedding_model == duplicate_vector_db.embedding_model
|
||||
) # Warning is logged, but we still return the latest
|
||||
) # Original values preserved
|
||||
|
||||
|
||||
async def test_get_all_objects(cached_disk_dist_registry):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue