Fixes #649 – cant delete a draft document that has had its collection previously removed
This commit is contained in:
@@ -8,6 +8,15 @@ Object {
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`#documents.delete should require authentication 1`] = `
|
||||
Object {
|
||||
"error": "authentication_required",
|
||||
"message": "Authentication required",
|
||||
"ok": false,
|
||||
"status": 401,
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`#documents.list should require authentication 1`] = `
|
||||
Object {
|
||||
"error": "authentication_required",
|
||||
|
||||
Reference in New Issue
Block a user