describe('receives a non-gzipped log file with a gzip content-encoding', function () {
    it('and sends back a JSON with an error 4002 (@03)', function (done) {
      var headers = {
        'content-encoding': 'gzip'
      };