mirror of
https://github.com/rclone/rclone.git
synced 2025-04-22 03:48:51 +08:00
serve: remove content-type from metadata
This commit is contained in:
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user