This commit is contained in:
Tom Moor
2020-12-28 20:43:27 -08:00
parent caee7afde2
commit 41be18e938
4 changed files with 39 additions and 1 deletions

View File

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