Skip to content

Commit

Permalink
updating the test record
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vdharmaraj committed Jul 16, 2024
1 parent 609bdd7 commit 7d6a90c
Show file tree
Hide file tree
Showing 10 changed files with 495 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/communication/Azure.Communication.CallAutomation",
"Tag": "net/communication/Azure.Communication.CallAutomation_73de5b4edf"
"Tag": "net/communication/Azure.Communication.CallAutomation_b735ad3d8c"
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public CallAutomationClientAutomatedLiveTestsBase(bool isAsync, RecordedTestMode
JsonPathSanitizers.Add("$..botAppId");
JsonPathSanitizers.Add("$..ivrContext");
JsonPathSanitizers.Add("$..dialog.botAppId");
JsonPathSanitizers.Add("$..operationContext");
BodyKeySanitizers.Add(new BodyKeySanitizer(@"https://sanitized.skype.com/api/servicebuscallback/events?q=SanitizedSanitized") { JsonPath = "..callbackUri" });
BodyKeySanitizers.Add(new BodyKeySanitizer(@"wss://sanitized.skype.com") { JsonPath = "..transportUrl" });
BodyKeySanitizers.Add(new BodyKeySanitizer(@"https://sanitized.skype.com/prompt.wav") { JsonPath="$..file.uri"});
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7d6a90c

Please sign in to comment.