1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-20 01:23:50 -05:00

7 lines
111 B
Ruby

# frozen_string_literal: true
Fabricator(:relay) do
inbox_url 'https://example.com/inbox'
state :idle
end