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() {
612
612
.add (startTranscription )
613
613
.toBXML ();
614
614
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>" ;
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>" ;
616
616
assertEquals ("BXML strings are equal" , expected , response );
617
617
}
618
618
You can’t perform that action at this time.
0 commit comments