X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/06915a77b5af2ab0354e895c3c1ceb0e028f37fb..1586e2ba802e051f122d42fd8ad30aa3e6fdbf18:/test/factories/user.rb?ds=sidebyside 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