diff options
| -rw-r--r-- | spec/services/route_way_cost_calculator_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: { | 
