use webhook urls instead of encrypted configs
This commit is contained in:
committed by
Pete Matsyburka
parent
f669045362
commit
84edb6dbda
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :webhook_url do
|
||||
account
|
||||
url { Faker::Internet.url }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user