From 172cf6b13923c97af19ebe602c0a628ee8e2f0ab Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Fri, 4 May 2018 10:52:44 +0200 Subject: Fixes RouteWayCostCalculator spec. Refs #6661 --- 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 79b81e34d..d210a6b6e 100644 --- a/spec/services/route_way_cost_calculator_spec.rb +++ b/spec/services/route_way_cost_calculator_spec.rb @@ -9,7 +9,7 @@ RSpec.describe RouteWayCostCalculator do # anything given in the response. stub_request( :post, - "https://api.tomtom.com/routing/1/matrix/json?key&routeType=shortest&travelMode=bus" + "https://api.tomtom.com/routing/1/matrix/json?key&routeType=shortest&traffic=false&travelMode=bus" ) .with( headers: { -- cgit v1.2.3