fixed tests

This commit is contained in:
Wyatt Johnson
2018-04-30 15:59:35 -06:00
parent 31f0cb12b3
commit 7a0c9c85bc
@@ -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',
'EDIT_USERNAME_NOT_AUTHORIZED'
'NOT_AUTHORIZED'
);
// Set the user to the desired status.