diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-08-20 13:01:50 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-08-20 13:01:50 +0200 |
commit | 4e2a8c9b386635efdda71de94a78ccbdffc4e152 (patch) | |
tree | d136d66680e1223d28cd5d40312a99a86976f9c8 /spec/workers | |
parent | 4a364de500029676b9828ec596ed6c2a09cfb65c (diff) | |
parent | a2afcac7d9d55860f62f2f27475cd5a059090505 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'spec/workers')
-rw-r--r-- | spec/workers/activitypub/delivery_worker_spec.rb | 2 |
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 |