X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/942e62117ff7f12d40618a94ea3f4e86f8cb25af..c274d22fd6ad20394d6ec13e49b2a862e57e183d:/test/factories/user.rb diff --git a/test/factories/user.rb b/test/factories/user.rb index 69d5ba376..48a124adb 100644 --- a/test/factories/user.rb +++ b/test/factories/user.rb @@ -8,6 +8,7 @@ FactoryBot.define do # a 'normal' user who can log in without being redirected etc. status { "active" } terms_seen { true } + terms_agreed { Time.now.getutc } data_public { true } trait :with_home_location do