0
0
Fork 0

Take the first recognized actor_type. (#7410)

This commit is contained in:
Surinna Curtis 2018-05-08 06:30:04 -05:00 committed by Eugen Rochko
parent b1938d7853
commit 01dfd6dbc8
2 changed files with 10 additions and 1 deletions

View file

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