File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/test/java/com/bandwidth/sdk/unit/models/bxml Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public class StartTranscriptionVerbTest {
4949 @ Test
5050 public void startTranscriptionVerbWorks () throws JAXBException {
5151 JAXBContext jaxbContext = JAXBContext .newInstance (Bxml .class );
52- String expectedBxml = "<?xml version=\" 1.0\" encoding=\" UTF-8\" standalone=\" yes\" ?><Bxml><StartTranscription name=\" test_transcription\" tracks=\" INBOUND\" destination=\" testurl.com\" transcriptionEventUrl=\" eventurl.com\" transcriptionEventMethod=\" POST\" username=\" user\" password=\" pass\" ><CustomParam name=\" name1\" value=\" value1\" /><CustomParam name=\" name2\" value=\" value2\" /></StartTranscription></Bxml>" ;
52+ String expectedBxml = "<?xml version=\" 1.0\" encoding=\" UTF-8\" standalone=\" yes\" ?><Bxml><StartTranscription name=\" test_transcription\" tracks=\" INBOUND\" destination=\" testurl.com\" transcriptionEventUrl=\" eventurl.com\" transcriptionEventMethod=\" POST\" username=\" user\" password=\" pass\" stabilized= \" true \" ><CustomParam name=\" name1\" value=\" value1\" /><CustomParam name=\" name2\" value=\" value2\" /></StartTranscription></Bxml>" ;
5353
5454 assertThat (new Bxml ().with (startTranscription ).toBxml (jaxbContext ), is (expectedBxml ));
5555 }
You can’t perform that action at this time.
0 commit comments