describe('receives a gzipped log file with an unknown content-encoding', function () {
    it('and sends back a JSON with an error 4005 (@04)', function (done) {
      var headers = {
        'content-encoding': 'unsupported/encoding'
      };