Fixed search and added tests

This commit is contained in:
Jori Lallo
2017-07-10 21:24:25 -07:00
parent 88ec730172
commit b80fcfff6c
3 changed files with 44 additions and 8 deletions

View File

@@ -9,6 +9,15 @@ Object {
}
`;
exports[`#documents.search should require authentication 1`] = `
Object {
"error": "authentication_required",
"message": "Authentication required",
"ok": false,
"status": 401,
}
`;
exports[`#documents.star should require authentication 1`] = `
Object {
"error": "authentication_required",