We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa84ca commit b12a06aCopy full SHA for b12a06a
tests/conftest.py
@@ -423,6 +423,7 @@ async def auth_public_documents_client(
423
monkeypatch.setenv("AZURE_COSMOSDB_ACCOUNT", "test-cosmosdb-account")
424
monkeypatch.setenv("AZURE_CHAT_HISTORY_DATABASE", "test-cosmosdb-database")
425
monkeypatch.setenv("AZURE_CHAT_HISTORY_CONTAINER", "test-cosmosdb-container")
426
+ monkeypatch.setenv("AZURE_CHAT_HISTORY_VERSION", "cosmosdb-v2")
427
428
for key, value in request.param.items():
429
monkeypatch.setenv(key, value)
0 commit comments