#7308 - Warning inject #1065

Merged
jsegarra merged 10 commits from 7308_warning into dev 2025-01-22 10:41:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8b3076640d - Show all commits

View File

@ -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(