From 0f10bddc99d461f0d2d83248b3c57bfcc2a44ee8 Mon Sep 17 00:00:00 2001 From: Bijan Rahnema Date: Mon, 28 Jun 2021 22:29:09 +0200 Subject: [PATCH] Remove utf-8 Remove utf-8 as it is redundant. --- jsend_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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