Skip to content

Commit

Permalink
Delete eperson in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 5, 2023
1 parent 229acd0 commit 18cdbc0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ public void testISOShibHeaders() throws Exception {
assertEquals(ePerson.getEmail(), testMail);
assertEquals(ePerson.getFirstName(), "knihovna Kůň test Žluťoučký");

EPersonBuilder.deleteEPerson(ePerson.getID());

getClient(token).perform(
get("/api/authz/authorizations/search/object")
Expand Down Expand Up @@ -516,6 +517,7 @@ public void testUTF8ShibHeaders() throws Exception {
assertEquals(ePerson.getEmail(), testMail);
assertEquals(ePerson.getFirstName(), "knihovna Kůň test Žluťoučký");

EPersonBuilder.deleteEPerson(ePerson.getID());

getClient(token).perform(
get("/api/authz/authorizations/search/object")
Expand Down

0 comments on commit 18cdbc0

Please sign in to comment.