@@ -255,7 +255,7 @@ describe('Testing RequestRecorder', { useTmpDir: true, timestamp: 0 }, () => {
255
255
accept : 'application/json, text/plain, */*' ,
256
256
'content-type' : 'application/json' ,
257
257
'accept-encoding' : 'gzip, compress, deflate, br' ,
258
- 'user-agent' : 'axios/1.6.7 ' ,
258
+ 'user-agent' : 'axios/1.7.9 ' ,
259
259
'content-length' : '59'
260
260
} ,
261
261
response : { data : `${ id } ` } ,
@@ -329,7 +329,7 @@ describe('Testing RequestRecorder', { useTmpDir: true, timestamp: 0 }, () => {
329
329
reqheaders : {
330
330
accept : 'application/json, text/plain, */*' ,
331
331
'content-type' : 'application/json' ,
332
- 'user-agent' : 'axios/1.6.7 ' ,
332
+ 'user-agent' : 'axios/1.7.9 ' ,
333
333
'content-length' : '^\\d+$' ,
334
334
'accept-encoding' : 'gzip, compress, deflate, br'
335
335
} ,
@@ -475,7 +475,7 @@ describe('Testing RequestRecorder', { useTmpDir: true, timestamp: 0 }, () => {
475
475
host : server . host ,
476
476
'content-length' : '59' ,
477
477
'accept-encoding' : 'gzip, compress, deflate, br' ,
478
- 'user-agent' : 'axios/1.6.7 '
478
+ 'user-agent' : 'axios/1.7.9 '
479
479
}
480
480
} ) ,
481
481
makeCassetteEntry ( 3 )
@@ -505,7 +505,7 @@ describe('Testing RequestRecorder', { useTmpDir: true, timestamp: 0 }, () => {
505
505
host : server . host ,
506
506
'content-length' : '59' ,
507
507
'accept-encoding' : 'gzip, compress, deflate, br' ,
508
- 'user-agent' : 'axios/1.6.7 '
508
+ 'user-agent' : 'axios/1.7.9 '
509
509
}
510
510
} ) ,
511
511
makeCassetteEntry ( 3 )
@@ -527,7 +527,7 @@ describe('Testing RequestRecorder', { useTmpDir: true, timestamp: 0 }, () => {
527
527
accept : 'application/json, text/plain, */*' ,
528
528
host : server . host ,
529
529
'accept-encoding' : 'gzip, compress, deflate, br' ,
530
- 'user-agent' : 'axios/1.6.7 '
530
+ 'user-agent' : 'axios/1.7.9 '
531
531
} ,
532
532
response : { } ,
533
533
responseIsBinary : false ,
@@ -578,7 +578,7 @@ describe('Testing RequestRecorder', { useTmpDir: true, timestamp: 0 }, () => {
578
578
reqheaders : {
579
579
accept : 'application/json, text/plain, */*' ,
580
580
'accept-encoding' : 'gzip, compress, deflate, br' ,
581
- host : `${ server2 . host } @ axios/1.6.7 ` ,
581
+ host : `${ server2 . host } @ axios/1.7.9 ` ,
582
582
'user-agent' : '^axios/.*$'
583
583
} ,
584
584
response : {
@@ -642,7 +642,7 @@ describe('Testing RequestRecorder', { useTmpDir: true, timestamp: 0 }, () => {
642
642
reqheaders : {
643
643
accept : 'application/json, text/plain, */*' ,
644
644
'accept-encoding' : 'gzip, compress, deflate, br' ,
645
- 'user-agent' : 'axios/1.6.7 '
645
+ 'user-agent' : 'axios/1.7.9 '
646
646
} ,
647
647
response : { } ,
648
648
responseIsBinary : false ,
0 commit comments