diff --git a/t/Macro/FetchMimeType.t b/t/Macro/FetchMimeType.t index cfa5679ee..bb1981fcf 100644 --- a/t/Macro/FetchMimeType.t +++ b/t/Macro/FetchMimeType.t @@ -32,8 +32,8 @@ my @testSets = ( }, { input => 'colorPicker.js', - output => 'text/plain', - comment => q|plain text|, + output => 'application/octet-stream', + comment => q|javascript|, }, { input => 'favIcon.ico',