Lint
This commit is contained in:
parent
717c5901f8
commit
7991364380
|
@ -1175,7 +1175,9 @@ test "updates report state, don't strip when report_strip_status is false" do
|
||||||
|
|
||||||
assert reported_user == target_user.ap_id
|
assert reported_user == target_user.ap_id
|
||||||
assert is_map(reported_activity)
|
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
|
end
|
||||||
|
|
||||||
test "does not update report state when state is unsupported" do
|
test "does not update report state when state is unsupported" do
|
||||||
|
|
Loading…
Reference in New Issue