Skip to content

Commit b12a06a

Browse files
committed
Add version env var
1 parent 5aa84ca commit b12a06a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ async def auth_public_documents_client(
423423
monkeypatch.setenv("AZURE_COSMOSDB_ACCOUNT", "test-cosmosdb-account")
424424
monkeypatch.setenv("AZURE_CHAT_HISTORY_DATABASE", "test-cosmosdb-database")
425425
monkeypatch.setenv("AZURE_CHAT_HISTORY_CONTAINER", "test-cosmosdb-container")
426+
monkeypatch.setenv("AZURE_CHAT_HISTORY_VERSION", "cosmosdb-v2")
426427

427428
for key, value in request.param.items():
428429
monkeypatch.setenv(key, value)

0 commit comments

Comments
 (0)