2021-06-21 16:07:30 +01:00
|
|
|
Fabricator(:login_activity) do
|
|
|
|
user
|
2022-06-21 14:16:22 +01:00
|
|
|
authentication_method 'password'
|
|
|
|
success true
|
|
|
|
failure_reason nil
|
|
|
|
ip { Faker::Internet.ip_v4_address }
|
|
|
|
user_agent { Faker::Internet.user_agent }
|
2021-06-21 16:07:30 +01:00
|
|
|
end
|