mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Change sidekiq inline invocation
This commit is contained in:
parent
91a76ad162
commit
dbe2282153
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue