Some files out of sync with upstream
This commit is contained in:
parent
ed34f4b9a4
commit
7be42b0312
4 changed files with 2 additions and 76 deletions
|
|
@ -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) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue