about summary refs log tree commit diff
path: root/spec/controllers/relationships_controller_spec.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2021-05-07 19:32:58 +0200
committerGitHub <noreply@github.com>2021-05-07 19:32:58 +0200
commit1294f9ee4fab176bdc3989d667eed43f57baad5a (patch)
tree9f497d7994f87c97ad65f2bfe1aa62b594fed092 /spec/controllers/relationships_controller_spec.rb
parentd8e0c8a89e1f1dd1c4ce1513deaeb3c85c6e4a42 (diff)
Remove PubSubHubbub-related columns from accounts table (#16170)
Diffstat (limited to 'spec/controllers/relationships_controller_spec.rb')
-rw-r--r--spec/controllers/relationships_controller_spec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/controllers/relationships_controller_spec.rb b/spec/controllers/relationships_controller_spec.rb
index 16e255afe..2056a2ac2 100644
--- a/spec/controllers/relationships_controller_spec.rb
+++ b/spec/controllers/relationships_controller_spec.rb
@@ -36,11 +36,7 @@ describe RelationshipsController do
   end
 
   describe 'PATCH #update' do
-    let(:poopfeast) { Fabricate(:account, username: 'poopfeast', domain: 'example.com', salmon_url: 'http://example.com/salmon') }
-
-    before do
-      stub_request(:post, 'http://example.com/salmon').to_return(status: 200)
-    end
+    let(:poopfeast) { Fabricate(:account, username: 'poopfeast', domain: 'example.com') }
 
     shared_examples 'redirects back to followers page' do
       it 'redirects back to followers page' do