backend refactor: userdeletion

This commit is contained in:
Alex
2025-02-18 11:34:21 +01:00
parent 9d83afa525
commit 89a7780c54
2 changed files with 18 additions and 13 deletions

View File

@@ -585,7 +585,7 @@ func testUpdateUser(t *testing.T, loginCookie http.Cookie) {
},
expectedStatus: http.StatusForbidden,
expectedErrors: []map[string]string{
{"field": "user", "key": "server.error.unauthorized"},
{"field": "user.user", "key": "server.error.unauthorized"},
},
},
{