This commit is contained in:
Tom Moor
2020-12-24 10:18:53 -08:00
parent ad7400a4f5
commit a51af98d43
6 changed files with 155 additions and 90 deletions

View File

@ -79,6 +79,15 @@ 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",