mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
clean up test
This commit is contained in:
parent
555f6e1531
commit
5e1323b5bf
1 changed files with 0 additions and 8 deletions
|
@ -134,11 +134,3 @@ async def test_get_rows_paginated(datasetio_settings):
|
|||
assert isinstance(response.rows, list)
|
||||
assert len(response.rows) == 2
|
||||
assert response.next_page_token == "5"
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_datasets_validation(datasetio_settings):
|
||||
# NOTE: this needs you to ensure that you are starting from a clean state
|
||||
# but so far we don't have an unregister API unfortunately, so be careful
|
||||
datasets_impl = datasetio_settings["datasets_impl"]
|
||||
await register_dataset(datasets_impl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue