mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 10:37:59 +08:00
It is a PR to add a spec for checking redeliver_web_hook_events job not to delete webhook event in process.
6 lines
151 B
Ruby
6 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
|