@@ -3339,7 +3339,7 @@ describe('Fetch', () => {
3339
3339
'Accept-Encoding' : 'gzip, deflate, br' ,
3340
3340
'Content-Type' :
3341
3341
'multipart/form-data; boundary=----HappyDOMFormDataBoundary0.ssssssssst' ,
3342
- 'Content-Length' : '198 '
3342
+ 'Content-Length' : '244 '
3343
3343
} ,
3344
3344
agent : false ,
3345
3345
rejectUnauthorized : true ,
@@ -3349,7 +3349,7 @@ describe('Fetch', () => {
3349
3349
} ) ;
3350
3350
expect ( destroyCount ) . toBe ( 1 ) ;
3351
3351
expect ( writtenBodyData ) . toBe (
3352
- '------HappyDOMFormDataBoundary0.ssssssssst\r\nContent-Disposition: form-data; name="key1"\r\n\r\nvalue1\r\n------HappyDOMFormDataBoundary0.ssssssssst\r\nContent-Disposition: form-data; name="key2"\r\n\r\nvalue2\r\n'
3352
+ '------HappyDOMFormDataBoundary0.ssssssssst\r\nContent-Disposition: form-data; name="key1"\r\n\r\nvalue1\r\n------HappyDOMFormDataBoundary0.ssssssssst\r\nContent-Disposition: form-data; name="key2"\r\n\r\nvalue2\r\n------HappyDOMFormDataBoundary0.ssssssssst--\r\n '
3353
3353
) ;
3354
3354
expect ( response . status ) . toBe ( 200 ) ;
3355
3355
} ) ;
@@ -3627,7 +3627,7 @@ describe('Fetch', () => {
3627
3627
'content-length' ,
3628
3628
String ( responseText . length ) ,
3629
3629
'cache-control' ,
3630
- 'max-age=0.001 ' ,
3630
+ 'max-age=0.0001 ' ,
3631
3631
'last-modified' ,
3632
3632
'Mon, 11 Dec 2023 01:00:00 GMT'
3633
3633
] ;
@@ -3672,7 +3672,7 @@ describe('Fetch', () => {
3672
3672
expect ( headers1 ) . toEqual ( {
3673
3673
'content-type' : 'text/html' ,
3674
3674
'content-length' : String ( responseText . length ) ,
3675
- 'cache-control' : `max-age=0.001 ` ,
3675
+ 'cache-control' : `max-age=0.0001 ` ,
3676
3676
'last-modified' : 'Mon, 11 Dec 2023 01:00:00 GMT'
3677
3677
} ) ;
3678
3678
@@ -3786,7 +3786,7 @@ describe('Fetch', () => {
3786
3786
'content-length' ,
3787
3787
String ( responseText1 . length ) ,
3788
3788
'cache-control' ,
3789
- 'max-age=0.001 ' ,
3789
+ 'max-age=0.0001 ' ,
3790
3790
'last-modified' ,
3791
3791
'Mon, 11 Dec 2023 01:00:00 GMT'
3792
3792
] ;
@@ -3839,7 +3839,7 @@ describe('Fetch', () => {
3839
3839
expect ( headers1 ) . toEqual ( {
3840
3840
'content-type' : 'text/html' ,
3841
3841
'content-length' : String ( responseText1 . length ) ,
3842
- 'cache-control' : `max-age=0.001 ` ,
3842
+ 'cache-control' : `max-age=0.0001 ` ,
3843
3843
'last-modified' : 'Mon, 11 Dec 2023 01:00:00 GMT'
3844
3844
} ) ;
3845
3845
@@ -3954,7 +3954,7 @@ describe('Fetch', () => {
3954
3954
'content-length' ,
3955
3955
String ( responseText . length ) ,
3956
3956
'cache-control' ,
3957
- 'max-age=0.001 ' ,
3957
+ 'max-age=0.0001 ' ,
3958
3958
'last-modified' ,
3959
3959
'Mon, 11 Dec 2023 01:00:00 GMT' ,
3960
3960
'etag' ,
@@ -4004,7 +4004,7 @@ describe('Fetch', () => {
4004
4004
expect ( headers1 ) . toEqual ( {
4005
4005
'content-type' : 'text/html' ,
4006
4006
'content-length' : String ( responseText . length ) ,
4007
- 'cache-control' : `max-age=0.001 ` ,
4007
+ 'cache-control' : `max-age=0.0001 ` ,
4008
4008
'last-modified' : 'Mon, 11 Dec 2023 01:00:00 GMT' ,
4009
4009
etag : etag1
4010
4010
} ) ;
@@ -4018,7 +4018,7 @@ describe('Fetch', () => {
4018
4018
expect ( headers2 ) . toEqual ( {
4019
4019
'content-type' : 'text/html' ,
4020
4020
'content-length' : String ( responseText . length ) ,
4021
- 'cache-control' : `max-age=0.001 ` ,
4021
+ 'cache-control' : `max-age=0.0001 ` ,
4022
4022
'Last-Modified' : 'Mon, 11 Dec 2023 02:00:00 GMT' ,
4023
4023
ETag : etag2
4024
4024
} ) ;
@@ -4124,7 +4124,7 @@ describe('Fetch', () => {
4124
4124
'content-length' ,
4125
4125
String ( responseText1 . length ) ,
4126
4126
'cache-control' ,
4127
- 'max-age=0.001 ' ,
4127
+ 'max-age=0.0001 ' ,
4128
4128
'last-modified' ,
4129
4129
'Mon, 11 Dec 2023 01:00:00 GMT' ,
4130
4130
'etag' ,
@@ -4171,7 +4171,7 @@ describe('Fetch', () => {
4171
4171
expect ( headers1 ) . toEqual ( {
4172
4172
'content-type' : 'text/html' ,
4173
4173
'content-length' : String ( responseText1 . length ) ,
4174
- 'cache-control' : `max-age=0.001 ` ,
4174
+ 'cache-control' : `max-age=0.0001 ` ,
4175
4175
'last-modified' : 'Mon, 11 Dec 2023 01:00:00 GMT' ,
4176
4176
etag : etag1
4177
4177
} ) ;
0 commit comments