test('string', function (done) {
    const type = 'application/json'
    const req = { headers: { 'content-type': 'application/json' } }

    contentType(type)(req, null, next)