We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61894a2 commit 070013eCopy full SHA for 070013e
tests/integration/storage/test_cosmosdb_storage.py
@@ -10,7 +10,7 @@
10
from graphrag.storage.cosmosdb_pipeline_storage import CosmosDBPipelineStorage
11
12
# cspell:disable-next-line well-known-key
13
-WELL_KNOWN_COSMOS_CONNECTION_STRING = "AccountEndpoint=http://localhost:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==;"
+WELL_KNOWN_COSMOS_CONNECTION_STRING = "AccountEndpoint=http://127.0.0.1:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==;"
14
15
# the cosmosdb emulator is only available on windows runners at this time
16
if not sys.platform.startswith("win"):
0 commit comments