0
0
Fork 0

Remove PubSubHubbub-related columns from accounts table (#16170)

This commit is contained in:
Eugen Rochko 2021-05-07 19:32:58 +02:00 committed by GitHub
parent d8e0c8a89e
commit 1294f9ee4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 24 additions and 208 deletions

View file

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