mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
Allow a user to change their own username
This commit is contained in:
@@ -89,7 +89,7 @@ describe('graph.mutations.changeUsername', () => {
|
||||
expect(res.data.changeUsername.errors).to.have.length(1);
|
||||
expect(res.data.changeUsername.errors[0]).to.have.property(
|
||||
'translation_key',
|
||||
'NOT_AUTHORIZED'
|
||||
'EDIT_USERNAME_NOT_AUTHORIZED'
|
||||
);
|
||||
|
||||
// Set the user to the desired status.
|
||||
|
||||
Reference in New Issue
Block a user