test/test_web.rb 🔗
@@ -255,7 +255,7 @@ class WebTest < Minitest::Test
post(
"/outbound/calls",
{
- from: "ccustomerid_limit",
+ from: "ccustomerid",
to: "+95557654321",
callId: "acall"
}.to_json,
Stephen Paul Weber created
test/test_web.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -255,7 +255,7 @@ class WebTest < Minitest::Test
post(
"/outbound/calls",
{
- from: "ccustomerid_limit",
+ from: "ccustomerid",
to: "+95557654321",
callId: "acall"
}.to_json,