Skip to content

Commit

Permalink
chore: avoid being stuck on anonymous reporting popup for frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed Apr 7, 2024
1 parent 76994d9 commit 91f8478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion izanami-frontend/tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const cleanup = async () => {
);
promises.push(
client.query(
"UPDATE izanami.configuration SET mailer='CONSOLE', invitation_mode='RESPONSE'"
"UPDATE izanami.configuration SET mailer='CONSOLE', invitation_mode='RESPONSE', anonymous_reporting_date=NOW()"
)
);

Expand Down

0 comments on commit 91f8478

Please sign in to comment.