mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-25 21:57:45 +00:00
fix: rebase error
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
This commit is contained in:
parent
201824946e
commit
daeed865df
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class TestProviders:
|
|||
provider = llama_stack_client.providers.retrieve(pid)
|
||||
assert provider is not None
|
||||
|
||||
@pytest.mark.asyncio
|
||||
def test_providers_metrics_field(self, llama_stack_client: LlamaStackAsLibraryClient | LlamaStackClient):
|
||||
"""Test metrics field is in provider responses."""
|
||||
provider_list = llama_stack_client.providers.list()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue