4 lines
127 B
Ruby
4 lines
127 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:redelivering_webhook_event) { web_hook_event_id { Fabricate(:web_hook_event).id } }
|