mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-05 05:11:40 +01:00
tests: federator: fix formatting
This commit is contained in:
parent
dfcfb184b1
commit
e10f839e9b
@ -73,7 +73,7 @@ defmodule Pleroma.Web.FederatorTest do
|
||||
"type" => "Note",
|
||||
"content" => "hi world!",
|
||||
"id" => "http://mastodon.example.org/users/admin/objects/1",
|
||||
"attributedTo" => "http://mastodon.example.org/users/admin",
|
||||
"attributedTo" => "http://mastodon.example.org/users/admin"
|
||||
},
|
||||
"to" => ["https://www.w3.org/ns/activitystreams#Public"]
|
||||
}
|
||||
@ -91,7 +91,7 @@ defmodule Pleroma.Web.FederatorTest do
|
||||
"type" => "Note",
|
||||
"content" => "hi world!",
|
||||
"id" => "http://mastodon.example.org/users/admin/objects/1",
|
||||
"attributedTo" => "http://mastodon.example.org/users/admin",
|
||||
"attributedTo" => "http://mastodon.example.org/users/admin"
|
||||
},
|
||||
"to" => ["https://www.w3.org/ns/activitystreams#Public"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user