mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 00:43:39 +08:00
a01be4150a
It is a PR to add a spec for checking redeliver_web_hook_events job not to delete webhook event in process.
7 lines
151 B
Ruby
7 lines
151 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:redelivering_webhook_event) do
|
|
web_hook_event_id { Fabricate(:web_hook_event).id }
|
|
processing false
|
|
end
|