aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Peignier2018-05-04 10:52:44 +0200
committerAlban Peignier2018-05-04 10:52:44 +0200
commit172cf6b13923c97af19ebe602c0a628ee8e2f0ab (patch)
tree1fa469b9d0d3d8e4ef9bd894a145aa3762c305d5
parent5f993c25808fbacc669a9852240561ad67671b6b (diff)
downloadchouette-core-172cf6b13923c97af19ebe602c0a628ee8e2f0ab.tar.bz2
Fixes RouteWayCostCalculator spec. Refs #6661
-rw-r--r--spec/services/route_way_cost_calculator_spec.rb2
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: {