expect(response).to.have.header('content-type', function(contentType) {
            expect(contentType).to.equal('application/json');
        });