Update dependencies

This commit is contained in:
James
2017-08-16 11:15:14 -07:00
parent b9c0374fe3
commit f46ea14760
1220 changed files with 142690 additions and 47576 deletions

View File

@@ -41,6 +41,7 @@ func TestContentTypeValidation(t *testing.T) {
recorder = httptest.NewRecorder()
request, _ = http.NewRequest("POST", "/api/pets", nil)
request.Header.Add("content-type", "application(")
request.Header.Add("Accept", "application/json")
request.ContentLength = 1
mw.ServeHTTP(recorder, request)