mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Add any_args to have_enqueued_sidekiq_job call (quiets deprecation) (#29999)
This commit is contained in:
@@ -29,7 +29,7 @@ RSpec.describe RemoveFeaturedTagService do
|
|||||||
expect { featured_tag.reload }
|
expect { featured_tag.reload }
|
||||||
.to raise_error(ActiveRecord::RecordNotFound)
|
.to raise_error(ActiveRecord::RecordNotFound)
|
||||||
expect(ActivityPub::AccountRawDistributionWorker)
|
expect(ActivityPub::AccountRawDistributionWorker)
|
||||||
.to_not have_enqueued_sidekiq_job
|
.to_not have_enqueued_sidekiq_job(any_args)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user