diff --git a/http/errors_test.go b/http/errors_test.go index bb5b6849..e0ece23e 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)