Some files out of sync with upstream

This commit is contained in:
Mike Barnes 2022-06-01 13:31:30 +10:00
commit 7be42b0312
4 changed files with 2 additions and 76 deletions

View file

@ -750,6 +750,7 @@ RSpec.describe ActivityPub::Activity::Create do
expect(poll.votes.first).to be_nil
end
end
end
context 'with an encrypted message' do
let(:recipient) { Fabricate(:account) }
@ -907,6 +908,7 @@ RSpec.describe ActivityPub::Activity::Create do
expect(status).to_not be_nil
expect(status.text).to eq 'Lorem ipsum'
end
end
context 'when the sender has no relevance to local activity' do
subject { described_class.new(json, sender, delivery: true) }