Fix test
This commit is contained in:
parent
c3aa760f55
commit
f5da1c82bf
1 changed files with 1 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ RSpec.describe ActivityPub::Activity::Create do
|
||||||
inbox: 'https://foo.test/inbox',
|
inbox: 'https://foo.test/inbox',
|
||||||
}.with_indifferent_access
|
}.with_indifferent_access
|
||||||
end
|
end
|
||||||
let!(:webfinger) { { subject: 'acct:actor@foo.test', links: [{ rel: 'self', href: 'https://foo.test' }] } }
|
let!(:webfinger) { { subject: 'acct:actor@foo.test', links: [{ rel: 'self', href: 'https://foo.test', type: 'application/activity+json' }] } }
|
||||||
|
|
||||||
let(:object_json) do
|
let(:object_json) do
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue