serve: remove content-type from metadata

This commit is contained in:
hiddenmarten 2025-04-13 12:58:32 +02:00
parent 3e3145b875
commit bf6781350d

@ -89,7 +89,6 @@ func TestObjectHEADMetadata(t *testing.T) {
w := httptest.NewRecorder()
r := httptest.NewRequest("HEAD", "http://example.com/aFile", nil)
m := fs.Metadata{
"content-type": "text/plain; charset=utf-8",
"content-disposition": "inline",
"cache-control": "no-cache",
"content-language": "en",