Skip to content

Commit ffaf50c

Browse files
author
Vinothini Dharmaraj
committed
updating test data with context
1 parent 697e6f6 commit ffaf50c

File tree

6 files changed

+122
-137
lines changed

6 files changed

+122
-137
lines changed

sdk/communication/Azure.Communication.CallAutomation/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/communication/Azure.Communication.CallAutomation",
5-
"Tag": "net/communication/Azure.Communication.CallAutomation_c509da75fb"
5+
"Tag": "net/communication/Azure.Communication.CallAutomation_e620e9ab06"
66
}

sdk/communication/Azure.Communication.CallAutomation/tests/CallMedias/CallMediaAutomatedLiveTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public async Task PlayInvalidFileSourceWithPlayMediaTest()
601601
new FileSource(new Uri("https://dummy.com/dummyurl.wav"))
602602
};
603603

604-
PlayOptions options = new PlayOptions(playMultipleSources, new List<CommunicationUserIdentifier>() { target });
604+
PlayOptions options = new PlayOptions(playMultipleSources, new List<CommunicationUserIdentifier>() { target }) { OperationContext = "context" };
605605

606606
// Assert the Play with multiple Text Sources
607607
await callConnection.GetCallMedia().PlayAsync(options).ConfigureAwait(false);

0 commit comments

Comments
 (0)