File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cypress/integration/default Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ describe('appDir', () => {
25
25
} ,
26
26
followRedirect : false ,
27
27
} ) . then ( ( response ) => {
28
- expect ( response . headers ) . to . have . property ( 'content-type' , 'application/octet-stream ' )
28
+ expect ( response . headers ) . to . have . property ( 'content-type' , 'text/x-component ' )
29
29
} )
30
30
} )
31
31
@@ -58,7 +58,7 @@ describe('appDir', () => {
58
58
} ,
59
59
followRedirect : false ,
60
60
} ) . then ( ( response ) => {
61
- expect ( response . headers ) . to . have . property ( 'content-type' , 'application/octet-stream ' )
61
+ expect ( response . headers ) . to . have . property ( 'content-type' , 'text/x-component ' )
62
62
} )
63
63
} )
64
64
@@ -70,7 +70,7 @@ describe('appDir', () => {
70
70
} ,
71
71
followRedirect : false ,
72
72
} ) . then ( ( response ) => {
73
- expect ( response . headers ) . to . have . property ( 'content-type' , 'application/octet-stream ' )
73
+ expect ( response . headers ) . to . have . property ( 'content-type' , 'text/x-component ' )
74
74
} )
75
75
} )
76
76
You can’t perform that action at this time.
0 commit comments