about summary refs log tree commit diff
path: root/spec/workers/activitypub/delivery_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/activitypub/delivery_worker_spec.rb')
-rw-r--r--spec/workers/activitypub/delivery_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/activitypub/delivery_worker_spec.rb b/spec/workers/activitypub/delivery_worker_spec.rb
index f4633731e..d39393d50 100644
--- a/spec/workers/activitypub/delivery_worker_spec.rb
+++ b/spec/workers/activitypub/delivery_worker_spec.rb
@@ -11,7 +11,7 @@ describe ActivityPub::DeliveryWorker do
   let(:payload) { 'test' }
 
   before do
-    allow_any_instance_of(Account).to receive(:remote_followers_hash).with('https://example.com/').and_return('somehash')
+    allow_any_instance_of(Account).to receive(:remote_followers_hash).with('https://example.com/api').and_return('somehash')
   end
 
   describe 'perform' do