mirror of
https://github.com/mastodon/mastodon.git
synced 2025-12-08 07:13:42 +00:00
Change sidekiq inline invocation
This commit is contained in:
parent
b7768d9057
commit
eb18e5df29
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe ActivityPub::InboxesController do
|
||||
RSpec.describe ActivityPub::InboxesController, :sidekiq_inline do
|
||||
let!(:current_datetime) { 'Wed, 20 Dec 2023 10:00:00 GMT' }
|
||||
let!(:remote_actor_keypair) do
|
||||
OpenSSL::PKey.read(<<~PEM_TEXT)
|
||||
|
|
@ -65,7 +65,6 @@ RSpec.describe ActivityPub::InboxesController do
|
|||
end
|
||||
|
||||
before do
|
||||
Sidekiq::Testing.inline!
|
||||
travel_to current_datetime
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user