diff --git a/test/unit/controller/place.js b/test/unit/controller/place.js index 1fde7942..755ac1b9 100644 --- a/test/unit/controller/place.js +++ b/test/unit/controller/place.js @@ -85,7 +85,7 @@ module.exports.tests.functional_failure = function(test, common) { module.exports.all = function (tape, common) { function test(name, testFunction) { - return tape('GET /doc ' + name, testFunction); + return tape('GET /place ' + name, testFunction); } for( var testCase in module.exports.tests ){