Skip to content

Commit

Permalink
Added context restore auth system state for integration tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Roka committed Nov 22, 2024
1 parent 37cf904 commit bc15d77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public static void deleteClarinUserMetadata(Integer id) throws Exception {
if (clarinUserMetadata != null) {
clarinUserMetadataService.delete(c, clarinUserMetadata);
}
c.restoreAuthSystemState();
c.complete();
}
}
Expand Down

0 comments on commit bc15d77

Please sign in to comment.