front test expected old value
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
b6de50848a
commit
2678d59191
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue