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

      loadService.wrapHTTPCall(httpCall.promise, 200)
      .then((response) => {