On version 5.1.0, if you add a meta description to a requestHeader it is shown twice:
Steps to reproduce:
edit the fille src/create/document.test.ts
and add a description .meta( { description: 'test' } ) to the authorization line 117.
Run npm run test src/create/document.test.ts and check the returned content