mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-11-22 08:33:40 +00:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
|
|
Fabricator(:session_activation) do
|
||
|
|
user_id 1
|
||
|
|
session_id "MyString"
|
||
|
|
end
|