mirror of
https://github.com/discourse/discourse.git
synced 2024-12-16 14:35:59 +08:00
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 } }
|