mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Update spec/requests/activitypub/inboxes_controller_spec.rb
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
f6307d2c3d
commit
ff873ebbf2
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