Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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