mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-22 06:49:09 +00:00
Fix updates to quote policy not being federated (#35804)
This commit is contained in:
@@ -62,7 +62,7 @@ RSpec.describe 'Interaction policies', feature: :outgoing_quotes do
|
||||
expect(DistributionWorker)
|
||||
.to have_enqueued_sidekiq_job(status.id, { 'update' => true })
|
||||
expect(ActivityPub::StatusUpdateDistributionWorker)
|
||||
.to have_enqueued_sidekiq_job(status.id)
|
||||
.to have_enqueued_sidekiq_job(status.id, { 'updated_at' => anything })
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user