diff --git a/test/test_web.rb b/test/test_web.rb index fbf282f7e3863843819bce8bf142ad1946c9a374..a57d1704c88593627a97f003297e6549e23c376b 100644 --- a/test/test_web.rb +++ b/test/test_web.rb @@ -119,7 +119,7 @@ class WebTest < Minitest::Test post( "/outbound/calls", { - from: "customerid", + from: "ccustomerid", to: "+15557654321", callId: "acall" }.to_json, @@ -146,7 +146,7 @@ class WebTest < Minitest::Test post( "/outbound/calls", { - from: "customerid_low", + from: "ccustomerid_low", to: "+15557654321", callId: "acall" }.to_json, @@ -209,7 +209,7 @@ class WebTest < Minitest::Test post( "/outbound/calls", { - from: "customerid_topup", + from: "ccustomerid_topup", to: "+15557654321", callId: "acall" }.to_json, @@ -233,7 +233,7 @@ class WebTest < Minitest::Test post( "/outbound/calls", { - from: "customerid_limit", + from: "ccustomerid_limit", to: "+95557654321", callId: "acall" }.to_json, @@ -254,7 +254,7 @@ class WebTest < Minitest::Test post( "/outbound/calls", { - from: "customerid_limit", + from: "ccustomerid_limit", to: "+15557654321", callId: "acall" }.to_json, @@ -299,7 +299,7 @@ class WebTest < Minitest::Test post( "/outbound/calls", { - from: "customerid_limit", + from: "ccustomerid_limit", to: "+15557654321", callId: "acall", digits: "1"