expect(headerRequest).to.have.header('testheader', function (headerValue) {
                expect(headerValue).to.equal("true123");
            });