describe('receives a log file with an unsupported output format requested', function () {
    it('and sends back a JSON with an error 4006 (@06)', function (done) {
      var headers = {
        'Accept': 'unsupported/format'
      };