mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-08 16:05:05 +00:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
![]() |
Fabricator(:session_activation) do
|
||
|
user_id 1
|
||
|
session_id "MyString"
|
||
|
end
|