test('not present', function (done) {
    const matchHeaders = { 'content-type': false }
    const req = { headers: {} }

    headers(matchHeaders)(req, null, next)