From ec30012b0dd9d083a7a0aa2cd2cf05d0669e65a3 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 19 Oct 2022 12:11:51 -0500 Subject: [PATCH] Fix test --- 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 5aac6493830dfffc723b22d65495b51b57dceb7e..1875f941b2b40d55728be9543c0ab14d20904d24 100644 --- a/test/test_web.rb +++ b/test/test_web.rb @@ -630,7 +630,7 @@ class WebTest < Minitest::Test "startTime" => "2021-01-01T00:00:00Z", "endTime" => "2021-01-01T00:00:06Z", "mediaUrl" => "https://voice.bandwidth.com/api/v2/accounts/1/media", - "to" => "+15551230000", + "to" => "+15551200000", "from" => "+15557654321" }.to_json, { "CONTENT_TYPE" => "application/json" }