Skip to content

Commit

Permalink
errors_test: fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Apr 29, 2020
1 parent 19c2881 commit cd5dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cd5dd93

Please sign in to comment.