From e412993da9e8879a316a746888742cd495bc5225 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 17 May 2022 08:25:31 -0500 Subject: [PATCH] Update iris patch for new gem version --- lib/bandwidth_iris_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bandwidth_iris_patch.rb b/lib/bandwidth_iris_patch.rb index ed1b1ee617036116ccbc7ce0c6153bb37d9a16be..807541adb2f868f803fbc4c4df5f98980b5fe497 100644 --- a/lib/bandwidth_iris_patch.rb +++ b/lib/bandwidth_iris_patch.rb @@ -30,7 +30,7 @@ module BandwidthIris raise APIErrors, parsed_body[:errors] if parsed_body&.key?(:errors) raise Errors::GenericError.new( - "", "Http code #{response.status}", response.status + response.status, response.reason_phrase, response.headers, nil ) end end