Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lbownik committed Jan 29, 2025
1 parent f76ddc8 commit a4f1fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private DataverseSession produceSession(AuthenticatedUser user) {
@Override public void log(ActionLogRecord rec) { }
};
DataverseSession session = new DataverseSession(actionLogServiceBean, null);
session.logOut();
session.logIn(user);
return session;
}

Expand Down

0 comments on commit a4f1fc9

Please sign in to comment.