it('should send gzipped response', function (done) {
        chai.request("http://localhost:9999")
            .get('/stubs/healthcheck')
            .set('Accept-Encoding','gzip')
            .then(res => {