Format subscriptions related stuff

This commit is contained in:
Sadposter 2019-04-05 15:22:48 +01:00 committed by Hannah Ward
parent d56866c824
commit 06cd547fc6
2 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,6 @@ test "notifies someone when they are directly addressed" do
assert other_notification.activity_id == activity.id
end
test "it creates a notification for subscribed users" do
user = insert(:user)
subscriber = insert(:user)

View File

@ -155,7 +155,7 @@ test "A user for a given other follower", %{user: user} do
"pleroma" => %{
"confirmation_pending" => false,
"tags" => [],
"subscribed" => false,
"subscribed" => false
}
}