diff --git a/test/vitest/__tests__/boot/axios.spec.js b/test/vitest/__tests__/boot/axios.spec.js index 19d396ec5..8818cb645 100644 --- a/test/vitest/__tests__/boot/axios.spec.js +++ b/test/vitest/__tests__/boot/axios.spec.js @@ -21,7 +21,7 @@ describe('Axios boot', () => { describe('onRequest()', async () => { it('should set the "Authorization" property on the headers', async () => { const config = { headers: {} }; - + localStorage.setItem('token', 'DEFAULT_TOKEN'); const resultConfig = onRequest(config); expect(resultConfig).toEqual(