diff options
| author | Alban Peignier | 2018-05-04 10:52:44 +0200 |
|---|---|---|
| committer | Alban Peignier | 2018-05-04 10:52:44 +0200 |
| commit | 172cf6b13923c97af19ebe602c0a628ee8e2f0ab (patch) | |
| tree | 1fa469b9d0d3d8e4ef9bd894a145aa3762c305d5 /spec | |
| parent | 5f993c25808fbacc669a9852240561ad67671b6b (diff) | |
| download | chouette-core-172cf6b13923c97af19ebe602c0a628ee8e2f0ab.tar.bz2 | |
Fixes RouteWayCostCalculator spec. Refs #6661
Diffstat (limited to 'spec')
| -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: { |
