mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-11 20:21:10 +00:00
8 lines
144 B
Ruby
8 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator('Fasp::DebugCallback') do
|
|
fasp_provider nil
|
|
ip 'MyString'
|
|
request_body 'MyText'
|
|
end
|