discourse/spec/fabricators/redelivering_webhook_event_fabricator.rb
Guhyoun Nam a01be4150a
DEV: Specs for redeliver_web_hook_events job (#27779)
It is a PR to add a spec for checking redeliver_web_hook_events job not to delete webhook event in process.
2024-07-09 10:35:10 -05:00

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