Skip to content

Commit

Permalink
Add any_args to have_enqueued_sidekiq_job call (quiets deprecation) (
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 19, 2024
1 parent f386eb6 commit f5d3413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/remove_featured_tag_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
expect { featured_tag.reload }
.to raise_error(ActiveRecord::RecordNotFound)
expect(ActivityPub::AccountRawDistributionWorker)
.to_not have_enqueued_sidekiq_job
.to_not have_enqueued_sidekiq_job(any_args)
end
end
end
Expand Down

0 comments on commit f5d3413

Please sign in to comment.