diff --git a/head_test.go b/head_test.go index b3d9026..9b572bd 100644 --- a/head_test.go +++ b/head_test.go @@ -61,5 +61,9 @@ func TestHead(t *testing.T) { "Tus-Resumable": "1.0.0", }, Code: http.StatusNotFound, + ResHeader: map[string]string{ + "Content-Length": "0", + }, + ResBody: "", }).Run(handler, t) }