Browse Source

Fix old reference to /doc endpoint

pull/292/head
Julian Simioni 9 years ago
parent
commit
aabca1569c
  1. 2
      test/unit/controller/place.js

2
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 ){

Loading…
Cancel
Save