Skip to content

Commit 3285b56

Browse files
[ACS][CallAutomation] Migrate test to use test proxy + various updates (Azure#32116)
* Updated Test Initial push * Fixing spelling and CL error * testing with enviornment variable * Updated to work with local event & allow seperate event store for each method * adding new tests * test updates01 * updating asset file * Updated test and its key generation * Adding cspell exception for Call Automation's test --------- Co-authored-by: Min Woo Lee 🧊 <[email protected]>
1 parent 830fc9b commit 3285b56

16 files changed

+430
-612
lines changed

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"sdk/communication/azure-communication-chat/**",
5050
"sdk/communication/azure-communication-phonenumbers/**",
5151
"sdk/communication/azure-communication-sms/**",
52+
"sdk/communication/azure-communication-callautomation/tests/**",
5253
"sdk/core/azure/**",
5354
"sdk/core/azure-common/**",
5455
"sdk/core/azure-core-tracing-opencensus/**",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"AssetsRepo": "Azure/azure-sdk-assets",
3+
"AssetsRepoPrefixPath": "python",
4+
"TagPrefix": "python/communication/azure-communication-callautomation",
5+
"Tag": "python/communication/azure-communication-callautomation_70cfd5fe19"
6+
}

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_call_automation_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def answer_call(
332332
media_streaming_configuration=media_streaming_configuration.to_generated(
333333
) if media_streaming_configuration else None,
334334
azure_cognitive_services_endpoint_url=azure_cognitive_services_endpoint_url,
335-
answered_by=serialize_communication_user_identifier(
335+
answered_by_identifier=serialize_communication_user_identifier(
336336
self.source) if self.source else None,
337337
operation_context=operation_context
338338
)

sdk/communication/azure-communication-callautomation/tests/call_automation_automated_live_test_base.py

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)