Skip to content

Commit

Permalink
changed import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibola committed Nov 1, 2024
1 parent 5bafcfa commit bc5c00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions semantic-kernel-python/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OPENAI_API_KEY=$openai_api_key \
AZURE_OPENAI_API_KEY="" \
MONGODB_ATLAS_CONNECTION_STRING=$CONN_STRING \
Python_Integration_Tests=1 \
uv run pytest tests/integration/connectors/memory/test_mongodb_atlas.py -k test_collection_knn
uv run pytest tests/integration/memory/memory_stores/test_mongodb_atlas_memory_store.py -k test_collection_knn

# shellcheck disable=SC2154
OPENAI_API_KEY=$openai_api_key \
Expand All @@ -39,4 +39,4 @@ OPENAI_API_KEY=$openai_api_key \
AZURE_OPENAI_API_KEY="" \
MONGODB_ATLAS_CONNECTION_STRING=$CONN_STRING \
Python_Integration_Tests=1 \
uv run pytest tests/integration/connectors/memory/test_mongodb_atlas.py
uv run pytest tests/integration/memory/memory_stores/test_mongodb_atlas_memory_store.py

0 comments on commit bc5c00d

Please sign in to comment.