diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-08-20 14:26:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 14:26:14 +0200 |
commit | 65b003cab86b6837012f4562d3d9d0910f3e942e (patch) | |
tree | 5d63d6f54c327bb3b0feecae7019a7fcd2e0cd9f /spec/workers | |
parent | 4a364de500029676b9828ec596ed6c2a09cfb65c (diff) | |
parent | 4f074b68ba4b9b91a7989f3f7d64ab29cf42214c (diff) |
Merge pull request #1588 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
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 |