Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidando73 committed Nov 30, 2024
1 parent bfdfa68 commit 0e2aec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_stack/providers/tests/memory/test_vector_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def data_url_from_file(file_path: str) -> str:

return data_url

# Requires pytest-httpx

# Requires pytest-httpx - pip install pytest-httpx
class TestVectorStore:
@pytest.mark.asyncio
async def test_returns_content_from_pdf_data_uri(self):
Expand Down

0 comments on commit 0e2aec3

Please sign in to comment.