We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a808f5f commit 74a1a25Copy full SHA for 74a1a25
src/test/java/com/bandwidth/BxmlTest.java
@@ -467,7 +467,7 @@ public void testStartStream() {
467
.add(startStream)
468
.toBXML();
469
470
- String expected = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><StartStream destination=\"https://url.com\" name=\"test\" streamEventUrl=\"https://url.com\" streamEventMethod=\"POST\" username=\"user\" password=\"pass\"/></Response>";
+ String expected = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><StartStream name=\"test\" destination=\"https://url.com\" streamEventUrl=\"https://url.com\" streamEventMethod=\"POST\" username=\"user\" password=\"pass\"/></Response>";
471
472
assertEquals("BXML strings not equal", expected, response);
473
}
0 commit comments