Skip to content

Commit

Permalink
Remove utf-8
Browse files Browse the repository at this point in the history
Remove utf-8 as it is redundant.
  • Loading branch information
gobijan authored and razonyang committed Jun 29, 2021
1 parent c6295e0 commit 0f10bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f10bdd

Please sign in to comment.