refactor
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user