Switched to ok from success on API responses

This commit is contained in:
Jori Lallo
2016-09-11 15:48:03 -07:00
parent b03d6aa116
commit 60e9a700de
4 changed files with 9 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
exports[`test should require authentication 1`] = `
Object {
"error": "Authentication required",
"success": false
"ok": false
}
`;
@@ -13,6 +13,6 @@ Object {
"name": "User 1",
"username": "user1"
},
"success": true
"ok": true
}
`;