Take the first recognized actor_type. (#7410)
This commit is contained in:
parent
b1938d7853
commit
01dfd6dbc8
2 changed files with 10 additions and 1 deletions
|
@ -116,6 +116,7 @@ RSpec.describe ResolveAccountService, type: :service do
|
|||
expect(account.activitypub?).to eq true
|
||||
expect(account.domain).to eq 'ap.example.com'
|
||||
expect(account.inbox_url).to eq 'https://ap.example.com/users/foo/inbox'
|
||||
expect(account.actor_type).to eq 'Person'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue