// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`#shares.create should require authentication 1`] = ` Object { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`#shares.info should require authentication 1`] = ` Object { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`#shares.list should require authentication 1`] = ` Object { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`#shares.revoke should require authentication 1`] = ` Object { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`#shares.update should require authentication 1`] = ` Object { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `;