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 @@ -612,7 +612,7 @@ public void testStartTranscriptionBxmlVerb() {
612612 .add (startTranscription )
613613 .toBXML ();
614614
615- String expected = "<?xml version=\" 1.0\" encoding=\" utf-8\" ?><Response> <StartTranscription name=\" test_transcription\" stabilized =\" true \" destination=\" https://url.com\" transcriptionEventMethod= \" POST \" transcriptionEventUrl=\" https://url.com\" tracks =\" inbound \" > <CustomParam name=\" name1\" value=\" value1\" /> <CustomParam name=\" name2\" value=\" value2\" /></StartTranscription></Response>" ;
615+ String expected = "<?xml version=\" 1.0\" encoding=\" utf-8\" ?><Response> <StartTranscription name=\" test_transcription\" tracks =\" inbound \" destination=\" https://url.com\" transcriptionEventUrl=\" https://url.com\" transcriptionEventMethod =\" POST \" username= \" user \" password= \" pass \" <CustomParam name=\" name1\" value=\" value1\" /> <CustomParam name=\" name2\" value=\" value2\" /></StartTranscription></Response>" ;
616616 assertEquals ("BXML strings are equal" , expected , response );
617617 }
618618
You can’t perform that action at this time.
0 commit comments