fedibird-fe/spec/fabricators/push_subscription_block_fabricator.rb
2023-02-06 16:28:36 +09:00

5 lines
162 B
Ruby

Fabricator(:push_subscription_block) do
name 'tootle'
endpoint 'https://tootleformastodon.appspot.com/api/v1/notifications/callback/'
enable true
end