File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/test/java/com/bandwidth/sdk/model/unit/bxml Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class StartTranscriptionVerbTest {
50
50
@ Test
51
51
public void startTranscriptionVerbWorks () throws JAXBException {
52
52
JAXBContext jaxbContext = JAXBContext .newInstance (Bxml .class );
53
- String expectedBxml = "<?xml version=\" 1.0\" encoding=\" UTF-8\" standalone=\" yes\" ?><Bxml><StartTranscription name=\" stream1 \" 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>" ;
53
+ 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>" ;
54
54
55
55
assertThat (new Bxml ().with (startTranscription ).toBxml (jaxbContext ), is (expectedBxml ));
56
56
}
You can’t perform that action at this time.
0 commit comments