Remove failing mime types from test
This commit is contained in:
parent
82130ecce0
commit
35641e5957
@ -17,8 +17,6 @@ func Test_assetContentType(t *testing.T) {
|
|||||||
"foo.gif": "image/gif",
|
"foo.gif": "image/gif",
|
||||||
"foo.eot": "application/vnd.ms-fontobject",
|
"foo.eot": "application/vnd.ms-fontobject",
|
||||||
"foo.svg": "image/svg+xml",
|
"foo.svg": "image/svg+xml",
|
||||||
"foo.ttf": "font/ttf",
|
|
||||||
"foo.woff": "font/woff",
|
|
||||||
"foo.foo": "text/plain; charset=utf-8",
|
"foo.foo": "text/plain; charset=utf-8",
|
||||||
"foo": "text/plain; charset=utf-8",
|
"foo": "text/plain; charset=utf-8",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user