it("must be used on the actual request", function () {
          $http.get('http://localhost', utilities.noop, {withCredentials: true});
          assert.isTrue(xhr.withCredentials);
        });