From 8c61e806196bff46e47221de584bd5a7cb729873 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 13 May 2024 11:04:40 -0500 Subject: [PATCH] No reason to test unsupported with an atlimit customer --- test/test_web.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_web.rb b/test/test_web.rb index 6db0458377d07fbcd6e405959f36b47a6484eae8..97bdada96654f473c9e4d61d8fa98035a9856cf0 100644 --- a/test/test_web.rb +++ b/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,