summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadposter <hannah+pleroma@coffee-and-dreams.uk>2019-12-10 16:50:58 +0000
committerSadposter <hannah+pleroma@coffee-and-dreams.uk>2019-12-10 16:50:58 +0000
commit5abee19b63aa1577f8895b48ae69f0a51edb4dc3 (patch)
treef7e79006c33661d30bacc89dbdc45a635fd788a0
parent25f774f7c19a955398976b3f4462cbd51ec700d6 (diff)
make analysis happy
-rw-r--r--test/web/activity_pub/activity_pub_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs
index 503bbf0db..8b45a186b 100644
--- a/test/web/activity_pub/activity_pub_test.exs
+++ b/test/web/activity_pub/activity_pub_test.exs
@@ -625,7 +625,8 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
assert activity in activities
- # And check that if the guy we DO follow boosts someone else from their domain, that should be hidden
+ # And check that if the guy we DO follow boosts someone else from their domain,
+ # that should be hidden
another_user = insert(:user, %{ap_id: "https://#{domain}/@meanie2"})
bad_note = insert(:note, %{data: %{"actor" => another_user.ap_id}})
bad_activity = insert(:note_activity, %{note: bad_note})