mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Rename jobs/attachments rspec tag names (#29762)
This commit is contained in:
@@ -8,7 +8,7 @@ RSpec.describe 'Policies' do
|
||||
let(:scopes) { 'read:notifications write:notifications' }
|
||||
let(:headers) { { 'Authorization' => "Bearer #{token.token}" } }
|
||||
|
||||
describe 'GET /api/v1/notifications/policy', :sidekiq_inline do
|
||||
describe 'GET /api/v1/notifications/policy', :inline_jobs do
|
||||
subject do
|
||||
get '/api/v1/notifications/policy', headers: headers, params: params
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user