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:
commit
cf6fd76c3c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ RSpec.describe ActivityPub::InboxesController do
|
|||
private_key: nil,
|
||||
public_key: remote_actor_keypair.public_key.to_pem,
|
||||
username: remote_actor_original_username,
|
||||
protocol: 1, # activitypub
|
||||
protocol: :activitypub,
|
||||
inbox_url: remote_actor_inbox_url)
|
||||
end
|
||||
let!(:local_actor) { Fabricate(:account) }
|
||||
|
|
Loading…
Reference in a new issue