mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-26 17:35:15 +01:00
Format subscriptions related stuff
This commit is contained in:
parent
d56866c824
commit
06cd547fc6
@ -30,7 +30,6 @@ defmodule Pleroma.NotificationTest do
|
||||
assert other_notification.activity_id == activity.id
|
||||
end
|
||||
|
||||
|
||||
test "it creates a notification for subscribed users" do
|
||||
user = insert(:user)
|
||||
subscriber = insert(:user)
|
||||
|
@ -155,7 +155,7 @@ defmodule Pleroma.Web.TwitterAPI.UserViewTest do
|
||||
"pleroma" => %{
|
||||
"confirmation_pending" => false,
|
||||
"tags" => [],
|
||||
"subscribed" => false,
|
||||
"subscribed" => false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user