front test expected old value
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pau 2023-01-12 11:57:20 +01:00
parent b6de50848a
commit 2678d59191
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ describe('Route', () => {
controller.onResponse();
$httpBackend.flush();
expect(controller.vnApp.showMessage).toHaveBeenCalledWith('SMS sent!');
expect(controller.vnApp.showMessage).toHaveBeenCalledWith('SMS sent');
});
it('should call onResponse without the destination and show an error snackbar', () => {