Adding "sides" params for the sides option tests into java script

Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com>
This commit is contained in:
FILLAU Jean-Maxime
2017-05-16 18:46:26 +02:00
committed by Patrick Niklaus
parent 8e70c87e64
commit 8a54e6a0ec
3 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ module.exports = function () {
r.which = dir;
this.requestRoute((dir === 'forw' ? [a, b] : [b, a]), [], this.queryParams, (err, res, body) => {
this.requestRoute((dir === 'forw' ? [a, b] : [b, a]), [], [], this.queryParams, (err, res, body) => {
if (err) return callback(err);
r.query = this.query;