diff --git a/priv/repo/seeds_e2e.exs b/priv/repo/seeds_e2e.exs index d204870c..0f769365 100644 --- a/priv/repo/seeds_e2e.exs +++ b/priv/repo/seeds_e2e.exs @@ -16,7 +16,9 @@ test_totp_secret = "JBSWY3DPEHPK3PXP" Accounts.register_user(%{ email: test_email, password: test_password, - password_confirmation: test_password + password_confirmation: test_password, + terms_of_service_consent: true, + privacy_policy_consent: true }) # Confirm the user's email