mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 03:48:46 +00:00
update provider to provider_id
This commit is contained in:
parent
4491a51149
commit
00e57d693f
3 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ def test_register_and_unregister(llama_stack_client, provider_id):
|
|||
dataset_id=dataset_id,
|
||||
purpose=purpose,
|
||||
source=source,
|
||||
metadata={"provider": provider_id, "format": "json", "description": "Test dataset description"},
|
||||
metadata={"provider_id": provider_id, "format": "json", "description": "Test dataset description"},
|
||||
)
|
||||
assert dataset.identifier is not None
|
||||
assert dataset.provider_id == provider_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue