mix format
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Tue, 14 Jun 2022 16:43:45 +0000 (17:43 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Tue, 14 Jun 2022 16:43:45 +0000 (17:43 +0100)
test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs

index 1e345d482f8ce12693c19749f4f41528785e6fe3..2c6fcbc416e6b3c49a6f0c3f884c0b7cbc37c92d 100644 (file)
@@ -17,7 +17,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.NoEmptyPolicyTest do
         "attachment" => [],
         "cc" => ["http://localhost:4001/users/testuser/followers"],
         "source" => %{
-            "content" => "this is a test post"
+          "content" => "this is a test post"
         },
         "to" => ["https://www.w3.org/ns/activitystreams#Public"],
         "type" => "Note"