Skip to content

Commit

Permalink
Update integrations/astra/tests/test_retriever.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Risch <[email protected]>
  • Loading branch information
mounaTay and julian-risch authored Jan 11, 2024
1 parent 9a161ef commit 5b72738
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integrations/astra/tests/test_retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def test_retriever_to_json(document_store):
}


@pytest.mark.skipif(os.environ.get("ASTRA_DB_APPLICATION_TOKEN", "") == "",
reason="ASTRA_DB_APPLICATION_TOKEN is not set")
@pytest.mark.skipif(os.environ.get("ASTRA_DB_ID", "") == "", reason="ASTRA_DB_ID is not set")
@pytest.mark.integration
def test_retriever_from_json():
data = {
Expand Down

0 comments on commit 5b72738

Please sign in to comment.