mastodon/spec/fabricators/fasp/provider_fabricator.rb
2025-03-06 14:08:38 +01:00

11 lines
345 B
Ruby

# frozen_string_literal: true
Fabricator(:fasp_provider, from: 'Fasp::Provider') do
name { Faker::App.name }
base_url { Faker::Internet.unique.url }
sign_in_url { Faker::Internet.url }
remote_identifier 'MyString'
provider_public_key_pem 'MyString'
capabilities []
end