No reason to test unsupported with an atlimit customer

Stephen Paul Weber created

Change summary

test/test_web.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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,