refs #5887 fix: back etst
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-07-11 13:53:25 +02:00
parent a215797390
commit 808a9976ab
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ describe('VnUser addAlias()', () => {
await tx.rollback();
}
expect(error.message).toContain(`You don't have the alias assigned and you can't assign it to another user`);
expect(error.message).toContain(`You cannot assign an alias that you are not assigned to`);
});
it('should add an alias', async() => {