1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Merge branch 'add_username_change_integration_test' of https://github.com/angusmcleod/mastodon into add_username_change_integration_test

This commit is contained in:
Angus McLeod 2024-05-23 18:22:10 +02:00
commit cf6fd76c3c

View file

@ -44,7 +44,7 @@ RSpec.describe ActivityPub::InboxesController do
private_key: nil, private_key: nil,
public_key: remote_actor_keypair.public_key.to_pem, public_key: remote_actor_keypair.public_key.to_pem,
username: remote_actor_original_username, username: remote_actor_original_username,
protocol: 1, # activitypub protocol: :activitypub,
inbox_url: remote_actor_inbox_url) inbox_url: remote_actor_inbox_url)
end end
let!(:local_actor) { Fabricate(:account) } let!(:local_actor) { Fabricate(:account) }