mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
327eed0076
* Add tests * Fix suspicious sign-in mails never being sent
9 lines
247 B
Ruby
9 lines
247 B
Ruby
Fabricator(:login_activity) do
|
|
user
|
|
authentication_method 'password'
|
|
success true
|
|
failure_reason nil
|
|
ip { Faker::Internet.ip_v4_address }
|
|
user_agent { Faker::Internet.user_agent }
|
|
end
|