Skip to content

Commit 2abcd25

Browse files
committed
More typos
1 parent 41645d0 commit 2abcd25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/test_integration.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -690,12 +690,12 @@ def test_webrtc_generate_transfer_bxml_verb
690690
end
691691

692692
def test_start_and_stop_stream_bxml_verbs
693-
start_stream_expected = '<?xml version="1.0" encoding="UTF-8"?><Response><StartStream destination="https://www.test/com/stream" name="test_stream" streamEventUrl="https://www.test.com/event" streamEventMethod="POST" username="username" password="password"/></Response>'
693+
start_stream_expected = '<?xml version="1.0" encoding="UTF-8"?><Response><StartStream destination="https://www.test.com/stream" name="test_stream" streamEventUrl="https://www.test.com/event" streamEventMethod="POST" username="username" password="password"/></Response>'
694694
start_stream_response = Bandwidth::Voice::Response.new()
695695
start_stream = Bandwidth::Voice::StartStream.new({
696-
:destination => "https://www.test/com/stream",
696+
:destination => "https://www.test.com/stream",
697697
:name => "test_stream",
698-
:streamEventUrl => "https://www.test/com/event",
698+
:streamEventUrl => "https://www.test.com/event",
699699
:streamEventMethod => "POST",
700700
:username => "username",
701701
:password => "password"

0 commit comments

Comments
 (0)