mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Rename jobs/attachments rspec tag names (#29762)
This commit is contained in:
@@ -33,7 +33,7 @@ RSpec.describe RemoveFromFollowersService do
|
||||
expect(bob.followed_by?(sender)).to be false
|
||||
end
|
||||
|
||||
it 'sends a reject activity', :sidekiq_inline do
|
||||
it 'sends a reject activity', :inline_jobs do
|
||||
expect(a_request(:post, sender.inbox_url)).to have_been_made.once
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user