refs #6397 trad tback
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-01-22 10:20:10 +01:00
parent 73e1b52348
commit cf03982d0c
2 changed files with 4 additions and 3 deletions

View File

@ -337,5 +337,5 @@
"You already have the mailAlias": "Ya tienes este alias de correo", "You already have the mailAlias": "Ya tienes este alias de correo",
"The alias cant be modified": "Este alias de correo no puede ser modificado", "The alias cant be modified": "Este alias de correo no puede ser modificado",
"No tickets to invoice": "No hay tickets para facturar", "No tickets to invoice": "No hay tickets para facturar",
"An email is necessary": "An email is necessary" "An email is necessary": "Es necesario un email"
} }

View File

@ -70,9 +70,10 @@ describe('Client Create', () => {
} catch (e) { } catch (e) {
error = e.message; error = e.message;
expect(error).toEqual(`An email is necessary`);
await tx.rollback(); await tx.rollback();
} }
expect(error).toEqual(`An email is necessary`);
}); });
it('should create a new account', async() => { it('should create a new account', async() => {