feat: run in serial

This commit is contained in:
Shivam Mishra
2025-05-27 17:58:26 +05:30
parent 97b36a868e
commit c174ee65e3
@@ -1,6 +1,6 @@
require 'rails_helper'
describe Webhooks::InstagramEventsJob do
describe Webhooks::InstagramEventsJob, :serial do
subject(:instagram_webhook) { described_class }
before do