Commit 31eee8c7 authored by Hector Sanjuan's avatar Hector Sanjuan Committed by Steven Allen

errors_test: fix check

parent 944ad1da
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment