E567 test with cosmos emulator key from js-version · pankajit/botbuilder-python@7fae2fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fae2fa

Browse files
test with cosmos emulator key from js-version
1 parent ead78ff commit 7fae2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-azure/tests/test_cosmos_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# local cosmosdb emulator instance cosmos_db_config
99
cosmos_db_config = CosmosDbConfig(
1010
endpoint='https://localhost:8081',
11-
masterkey='<key for emulator>',
11+
masterkey='C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==',
1212
database='test-db',
1313
container='bot-storage'
1414
)

0 commit comments

Comments
 (0)
0