it('should error on http call error with unexpected status', (done) => {
      let httpCall = _promiseStub();

      loadService.wrapHTTPCall(httpCall.promise, 410)
      .catch((err) => {