More api/auth tests

This commit is contained in:
Jori Lallo
2016-09-11 23:14:43 -07:00
parent 969243c3e4
commit ef91cc17d5
4 changed files with 65 additions and 63 deletions

View File

@@ -1,11 +1,11 @@
exports[`test should require authentication 1`] = `
exports[`#user.info should require authentication 1`] = `
Object {
"error": "Authentication required",
"ok": false
}
`;
exports[`test should return known user 1`] = `
exports[`#user.info should return known user 1`] = `
Object {
"data": Object {
"avatarUrl": "http://example.com/avatar.png",