diff --git a/api/db/database-builder/factory/build-user.js b/api/db/database-builder/factory/build-user.js index 2021e45a5f6..be30891b061 100644 --- a/api/db/database-builder/factory/build-user.js +++ b/api/db/database-builder/factory/build-user.js @@ -119,7 +119,7 @@ buildUser.withRawPassword = function buildUserWithRawPassword({ lang = 'fr', locale, lastTermsOfServiceValidatedAt = new Date('2019-04-28T02:42:00Z'), - lastPixOrgaTermsOfServiceValidatedAt = null, + lastPixOrgaTermsOfServiceValidatedAt = new Date('2024-01-01'), lastPixCertifTermsOfServiceValidatedAt = null, mustValidateTermsOfService = false, pixOrgaTermsOfServiceAccepted = false,