1
0
Fork 0
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:
Angus McLeod 2024-05-23 18:34:31 +02:00
parent 91a76ad162
commit dbe2282153

View file

@ -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