From af1bd3af59c5099f9f003be74d527cdabb5f9fdc Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 14 Jun 2022 17:43:45 +0100 Subject: [PATCH] mix format --- test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs b/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs index 1e345d482..2c6fcbc41 100644 --- a/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs +++ b/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs @@ -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"