File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ OPENAI_API_KEY=$openai_api_key \
29
29
AZURE_OPENAI_API_KEY=" " \
30
30
MONGODB_ATLAS_CONNECTION_STRING=$CONN_STRING \
31
31
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
33
33
34
34
# shellcheck disable=SC2154
35
35
OPENAI_API_KEY=$openai_api_key \
@@ -39,4 +39,4 @@ OPENAI_API_KEY=$openai_api_key \
39
39
AZURE_OPENAI_API_KEY=" " \
40
40
MONGODB_ATLAS_CONNECTION_STRING=$CONN_STRING \
41
41
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
You can’t perform that action at this time.
0 commit comments