0
0
Fork 0

Merge branch 'dev' into 7354_ZoneMigration_End

This commit is contained in:
Alex Moreno 2024-08-16 09:47:49 +00:00
commit 93a56b036a
1 changed files with 0 additions and 4 deletions

View File

@ -44,10 +44,6 @@ describe('Login', () => {
it('should not set the token into session if any error occurred', async () => {
vi.spyOn(axios, 'post').mockReturnValue({ data: null });
vi.spyOn(vm.quasar, 'notify');
await vm.onSubmit();
expect(vm.quasar.notify).not.toHaveBeenCalled();
});
});