@@ 106,8 106,8 @@ class WebTest < Minitest::Test
assert last_response.ok?
assert_equal(
"<?xml version=\"1.0\" encoding=\"utf-8\" ?><Response>" \
- "<Forward from=\"+15551234567\" to=\"+15557654321\" />" \
- "</Response>",
+ "<Transfer transferCallerId=\"+15551234567\">" \
+ "<PhoneNumber>+15557654321</PhoneNumber></Transfer></Response>",
last_response.body
)
end
@@ 181,8 181,8 @@ class WebTest < Minitest::Test
assert last_response.ok?
assert_equal(
"<?xml version=\"1.0\" encoding=\"utf-8\" ?><Response>" \
- "<Forward from=\"+15551234567\" to=\"+15557654321\" />" \
- "</Response>",
+ "<Transfer transferCallerId=\"+15551234567\">" \
+ "<PhoneNumber>+15557654321</PhoneNumber></Transfer></Response>",
last_response.body
)
assert_mock ExpiringLock::REDIS
@@ 251,8 251,8 @@ class WebTest < Minitest::Test
assert last_response.ok?
assert_equal(
"<?xml version=\"1.0\" encoding=\"utf-8\" ?><Response>" \
- "<Forward from=\"+15551234567\" to=\"+15557654321\" />" \
- "</Response>",
+ "<Transfer transferCallerId=\"+15551234567\">" \
+ "<PhoneNumber>+15557654321</PhoneNumber></Transfer></Response>",
last_response.body
)
end