commit: 7991364380f56f9892d99805bcae6ced7f180cff
parent 717c5901f893527b059201d1ce7899060a18a1a5
Author: tusooa <tusooa@kazv.moe>
Date: Fri, 11 Nov 2022 18:32:08 -0500
Lint
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test/pleroma/web/common_api_test.exs b/test/pleroma/web/common_api_test.exs
@@ -1175,7 +1175,9 @@ defmodule Pleroma.Web.CommonAPITest do
assert reported_user == target_user.ap_id
assert is_map(reported_activity)
- assert reported_activity["content"] == report_data["object"] |> Enum.at(1) |> Map.get("content")
+
+ assert reported_activity["content"] ==
+ report_data["object"] |> Enum.at(1) |> Map.get("content")
end
test "does not update report state when state is unsupported" do