File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/test/java/com/bandwidth Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ public void testStartStream() {
475475 .add (startStream )
476476 .toBXML ();
477477
478- String expected = "<?xml version=\" 1.0\" encoding=\" UTF-8\" ?><Response><StartStream name=\" test\" tracks=\" inbound\" destination=\" https://url.com\" streamEventUrl=\" https://url.com\" streamEventMethod=\" POST\" username=\" user\" password=\" pass\" <StreamParam name=\" test \" value=\" value\" </StreamParam></StartStream></Response>" ;
478+ String expected = "<?xml version=\" 1.0\" encoding=\" UTF-8\" ?><Response><StartStream name=\" test\" tracks=\" inbound\" destination=\" https://url.com\" streamEventUrl=\" https://url.com\" streamEventMethod=\" POST\" username=\" user\" password=\" pass\" <StreamParam name=\" name \" value=\" value\" </StreamParam></StartStream></Response>" ;
479479
480480 assertEquals ("BXML strings not equal" , expected , response );
481481 }
You can’t perform that action at this time.
0 commit comments