helpers.post('/', upmcLogFile, headers, function (err, res, body) {
      if (!res) { throw new Error('ezPAARSE is not running'); }
      if (err)  { throw err; }
      res.statusCode.should.equal(400, 'expected a status code of 400, got ' + res.statusCode);