Fix PathHelper frontend test

pull/5915/head
Oliver Günther 7 years ago
parent 831816cba9
commit f311128493
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      frontend/app/components/common/path-helper/path-helper.service.test.ts

@ -58,5 +58,4 @@ describe('PathHelper', function() {
).to.equal('/api/v3/principals?filters=' + encodeURI('[{"status":{"operator":"!","values":["0","3"]}},{"member":{"operator":"=","values":["1"]}},{"type":{"operator":"=","values":["User"]}},{"id":{"operator":"!","values":["me"]}},{"name":{"operator":"~","values":["Maria"]}}]&sortBy=[["name","asc"]]&offset=1&pageSize=10'));
});
});
);
}
});

Loading…
Cancel
Save