Skip to content

Commit 00507fa

Browse files
Update BxmlTest.java
1 parent d940fdf commit 00507fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/bandwidth/BxmlTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ public void testStopRecording() {
455455
@Test
456456
public void testStartStream() {
457457
StreamParam streamParam = StreamParam.builder()
458-
.name("+17776665555")
459-
.value("https://test.com")
458+
.name("name")
459+
.value("value")
460460
.build();
461461
ArrayList<StreamParam> streamParams = new ArrayList<StreamParam>();
462462
streamParams.add(streamParam);

0 commit comments

Comments
 (0)