Skip to content

Commit

Permalink
DSC-1458 fix IT failures due to detached entity
Browse files Browse the repository at this point in the history
  • Loading branch information
abollini committed Feb 6, 2024
1 parent 3a15c10 commit 786ca86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,8 @@ public void findByItemTabsWithHiddenRelationshipsTest() throws Exception {

context.turnOffAuthorisationSystem();

// reload the collection as we need to create an additional item in it
col1 = context.reloadEntity(col1);
Item publication1 =
ItemBuilder.createItem(context, col1)
.withTitle("Title Of Item")
Expand Down

0 comments on commit 786ca86

Please sign in to comment.