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

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