fedibird-fe/spec/fabricators/push_subscription_block_fabricator.rb

6 lines
162 B
Ruby
Raw Normal View History

2022-12-18 05:34:18 +00:00
Fabricator(:push_subscription_block) do
name 'tootle'
endpoint 'https://tootleformastodon.appspot.com/api/v1/notifications/callback/'
enable true
end