File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ public function testStartStream() {
364364 $ response = new BandwidthLib \Voice \Bxml \Response ();
365365 $ response ->addVerb ($ startStream );
366366
367- $ expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StartStream destination="https://url.com" name="test" tracks="inbound" username="user" passwprd ="pass" streamEventUrl="https://url.com" streamEventMethod="POST"/></Response> ' ;
367+ $ expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StartStream destination="https://url.com" name="test" tracks="inbound" username="user" password ="pass" streamEventUrl="https://url.com" streamEventMethod="POST"/></Response> ' ;
368368 $ responseXml = $ response ->toBxml ();
369369 $ this ->assertEquals ($ expectedXml , $ responseXml );
370370 }
You can’t perform that action at this time.
0 commit comments