Skip to content

Commit 31eee8c

Browse files
hsanjuanStebalien
authored andcommitted
errors_test: fix check
1 parent 944ad1d commit 31eee8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/errors_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func TestUnhandledMethod(t *testing.T) {
165165
AllowGet: false,
166166
Code: http.StatusMethodNotAllowed,
167167
ResHeaders: map[string]string{
168-
"Allow": "POST, OPTIONS",
168+
"Allow": "OPTIONS, POST",
169169
},
170170
}
171171
tc.test(t)

0 commit comments

Comments
 (0)