Fix tests for

This commit is contained in:
Patrick Niklaus 2016-04-04 14:19:02 +02:00
parent 12608889e2
commit c209e31ce1

View File

@ -35,7 +35,7 @@ module.exports = function () {
var json = JSON.parse(body);
var hasRoute = json.code === 'ok';
var hasRoute = json.code === 'Ok';
if (hasRoute) {
instructions = this.wayList(json.routes[0]);