feat: Allow document metadata to be stored in zip comment

This commit is contained in:
Tom Moor
2020-12-27 12:36:06 -08:00
parent c8cd7fcf4a
commit 012e6b320e
4 changed files with 29 additions and 10 deletions

View File

@@ -79,15 +79,6 @@ Object {
}
`;
exports[`#collections.list should return collections 1`] = `
Object {
"error": "authentication_required",
"message": "Authentication required",
"ok": false,
"status": 401,
}
`;
exports[`#collections.memberships should require authentication 1`] = `
Object {
"error": "authentication_required",