``` xxx_test.go:80:2: encoded-compare: use assert.JSONEq (testifylint) assert.Equal(t, contentTypeJson, header.Header.Get("content-Type")) ``` `const contentTypeJson = "application/json"`, this is not a comparison between two json objects
const contentTypeJson = "application/json", this is not a comparison between two json objects