From 7456347c177eddc0fbda8cef7bed558bb98379a3 Mon Sep 17 00:00:00 2001 From: Acconut Date: Mon, 23 Mar 2015 19:02:39 +0100 Subject: [PATCH] fix Tus-Extension test --- options_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options_test.go b/options_test.go index 4ad3e05..3a718e2 100644 --- a/options_test.go +++ b/options_test.go @@ -15,7 +15,7 @@ func TestOptions(t *testing.T) { Method: "OPTIONS", Code: http.StatusNoContent, ResHeader: map[string]string{ - "Tus-Extension": "file-creation,concatenation,termination", + "Tus-Extension": "creation,concatenation,termination", "Tus-Version": "1.0.0", "Tus-Resumable": "1.0.0", "Tus-Max-Size": "400",