diff --git a/jsend_test.go b/jsend_test.go index b01c5e0..87f4d6a 100644 --- a/jsend_test.go +++ b/jsend_test.go @@ -43,7 +43,7 @@ func TestWrite(t *testing.T) { }, } - contentType := "application/json; charset=utf-8" + contentType := "application/json" for _, test := range tests { response := httptest.NewRecorder() var err error