mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 12:16:14 +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
|