1
0
Fork 0
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:
Angus McLeod 2024-05-23 18:14:56 +02:00 committed by GitHub
parent f6307d2c3d
commit ff873ebbf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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