mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-25 03:04:51 +00:00
8 lines
171 B
Ruby
8 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
|