mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-11 00:31:34 +01:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
|
Fabricator(:session_activation) do
|
||
|
user_id 1
|
||
|
session_id "MyString"
|
||
|
end
|