mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 01:41:08 +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
|