Skip to content

Commit 7c2a485

Browse files
authored
Merge pull request #45 from mongodb-labs/fix-sk-test-import-path
2 parents 5bafcfa + bc5c00d commit 7c2a485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semantic-kernel-python/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OPENAI_API_KEY=$openai_api_key \
2929
AZURE_OPENAI_API_KEY="" \
3030
MONGODB_ATLAS_CONNECTION_STRING=$CONN_STRING \
3131
Python_Integration_Tests=1 \
32-
uv run pytest tests/integration/connectors/memory/test_mongodb_atlas.py -k test_collection_knn
32+
uv run pytest tests/integration/memory/memory_stores/test_mongodb_atlas_memory_store.py -k test_collection_knn
3333

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

0 commit comments

Comments
 (0)