mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 15:24:51 +00:00
7 lines
171 B
Ruby
7 lines
171 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:fasp_debug_callback, from: 'Fasp::DebugCallback') do
|
|
fasp_provider
|
|
ip '127.0.0.234'
|
|
request_body 'MyText'
|
|
end
|