From a9df70ac11e115902f2c01034d2f8bbaeb669a78 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 30 Jan 2023 17:04:30 -0500 Subject: [PATCH] fix tests --- test/test_web.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"