mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
Change new accounts to use new ActivityPub numeric ID scheme (#36365)
This commit is contained in:
@@ -49,8 +49,8 @@ RSpec.describe FollowerAccountsController do
|
||||
expect(response.parsed_body)
|
||||
.to include(
|
||||
orderedItems: contain_exactly(
|
||||
include(follow_from_bob.account.username),
|
||||
include(follow_from_chris.account.username)
|
||||
ActivityPub::TagManager.instance.uri_for(follow_from_bob.account),
|
||||
ActivityPub::TagManager.instance.uri_for(follow_from_chris.account)
|
||||
),
|
||||
totalItems: eq(2),
|
||||
partOf: be_present
|
||||
|
||||
Reference in New Issue
Block a user