fix tests

Stephen Paul Weber created

Change summary

test/test_web.rb | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Detailed changes

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"