Skip to content

Commit 74c87d9

Browse files
Update BxmlTest.php
1 parent fb27d40 commit 74c87d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BxmlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" *** 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" passwprd="pass" streamEventUrl="https://url.com" streamEventMethod="POST"/></Response>';
368368
$responseXml = $response->toBxml();
369369
$this->assertEquals($expectedXml, $responseXml);
370370
}

0 commit comments

Comments
 (0)