Remove failing mime types from test

This commit is contained in:
Dan Sosedoff 2018-08-31 22:01:51 -05:00
parent 82130ecce0
commit 35641e5957

View File

@ -17,8 +17,6 @@ func Test_assetContentType(t *testing.T) {
"foo.gif": "image/gif",
"foo.eot": "application/vnd.ms-fontobject",
"foo.svg": "image/svg+xml",
"foo.ttf": "font/ttf",
"foo.woff": "font/woff",
"foo.foo": "text/plain; charset=utf-8",
"foo": "text/plain; charset=utf-8",
}