Skip to content

Commit

Permalink
erroneous space in test string
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Aug 3, 2022
1 parent cd6357f commit a04c648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bandwidth.StandardTests/Voice/Bxml/StreamTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class StreamTests
[Fact]
public void StartStreamBxmlVerbTest()
{
var expected = "<?xml version=\"1.0\" encoding=\"utf-8\"?><Response> <StartStream destination=\"https://www.test.com/stream\" name=\"test_stream\" tracks =\"inbound\" streamEventUrl=\"https://www.test.com/event\" streamEventMethod=\"POST\" username=\"username\" password=\"password\" /></Response>";
var expected = "<?xml version=\"1.0\" encoding=\"utf-8\"?><Response> <StartStream destination=\"https://www.test.com/stream\" name=\"test_stream\" tracks=\"inbound\" streamEventUrl=\"https://www.test.com/event\" streamEventMethod=\"POST\" username=\"username\" password=\"password\" /></Response>";
var startStream = new StartStream();
startStream.Destination = "https://www.test.com/stream";
startStream.Name = "test_stream";
Expand Down

0 comments on commit a04c648

Please sign in to comment.