diff --git a/http/errors_test.go b/http/errors_test.go index bb5b68491cb9e9a53a4c33d13a6cec53ad19aa34..e0ece23ec089d2d0c4174b020cb4130707dd49a2 100644 --- a/http/errors_test.go +++ b/http/errors_test.go @@ -165,7 +165,7 @@ func TestUnhandledMethod(t *testing.T) { AllowGet: false, Code: http.StatusMethodNotAllowed, ResHeaders: map[string]string{ - "Allow": "POST, OPTIONS", + "Allow": "OPTIONS, POST", }, } tc.test(t)