File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11##LARS
22<img align =" right " src =" https://raw.githubusercontent.com/go-playground/lars/master/examples/README/test.gif " >
3- ![ Project status] ( https://img.shields.io/badge/version-2.1 -green.svg )
3+ ![ Project status] ( https://img.shields.io/badge/version-2.2 -green.svg )
44[ ![ Build Status] ( https://semaphoreci.com/api/v1/projects/4351aa2d-2f94-40be-a6ef-85c248490378/679708/badge.svg )] ( https://semaphoreci.com/joeybloggs/lars )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/go-playground/lars/badge.svg?branch=master )] ( https://coveralls.io/github/go-playground/lars?branch=master )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/go-playground/lars )] ( https://goreportcard.com/report/go-playground/lars )
Original file line number Diff line number Diff line change @@ -827,6 +827,7 @@ func TestMethodNotAllowed(t *testing.T) {
827827
828828 allow , ok = w .Header ()["Allow" ]
829829
830+ Equal (t , ok , true )
830831 Equal (t , allow [0 ], HEAD )
831832
832833 l2 .SetHandle405MethodNotAllowed (false )
You can’t perform that action at this time.
0 commit comments