ddd2a25679
`perform_enqueued_jobs` is a Sidekiq method. Using this method violates the Dependency inversion principle[0]. This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract method `perform_enqueued_jobs` in specs. [0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
5 lines
130 B
YAML
5 lines
130 B
YAML
---
|
|
title: Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'
|
|
merge_request: 20768
|
|
author: "@blackst0ne"
|
|
type: other
|