File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Bandwidth.StandardTests/Voice/Bxml Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class StreamTests
99 [ Fact ]
1010 public void StartStreamBxmlVerbTest ( )
1111 {
12- 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>" ;
12+ 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>" ;
1313 var startStream = new StartStream ( ) ;
1414 startStream . Destination = "https://www.test.com/stream" ;
1515 startStream . Name = "test_stream" ;
You can’t perform that action at this time.
0 commit comments