Improve error handling

This commit is contained in:
Tom Moor
2022-12-11 11:27:54 -05:00
parent 5c842087a5
commit 7e22526cc7
4 changed files with 79 additions and 55 deletions

View File

@@ -83,7 +83,7 @@ Object {
exports[`#groups.update when user is admin fails with validation error when name already taken 1`] = `
Object {
"error": "",
"error": "validation_error",
"message": "The name of this group is already in use (isUniqueNameInTeam)",
"ok": false,
"status": 400,