From 70d55a1a62a2207453b738cb81003f57c537473c Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Wed, 16 May 2018 17:00:41 +0200 Subject: Update RouteWayCostCalculator spec after Faraday. Refs #7032 --- spec/services/route_way_cost_calculator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/route_way_cost_calculator_spec.rb b/spec/services/route_way_cost_calculator_spec.rb index aa6195196..c417f137a 100644 --- a/spec/services/route_way_cost_calculator_spec.rb +++ b/spec/services/route_way_cost_calculator_spec.rb @@ -18,7 +18,7 @@ RSpec.describe RouteWayCostCalculator do 'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', - 'User-Agent'=>'Faraday v0.9.2' + 'User-Agent'=>'Faraday v0.15.1' }) .to_return( status: 200, -- cgit v1.2.3