make analysis happy
authorSadposter <hannah+pleroma@coffee-and-dreams.uk>
Tue, 10 Dec 2019 16:50:58 +0000 (16:50 +0000)
committerSadposter <hannah+pleroma@coffee-and-dreams.uk>
Tue, 10 Dec 2019 16:50:58 +0000 (16:50 +0000)
test/web/activity_pub/activity_pub_test.exs

index 503bbf0db662370cccfbc27bffcc27ea14bf0c7d..8b45a186be305e1854239b221c0f28eb36931fa5 100644 (file)
@@ -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})