Преглед изворни кода

Fix formatting.

tags/v0.9.9
lain пре 5 година
родитељ
комит
2fedd93931
1 измењених фајлова са 8 додато и 4 уклоњено
  1. +8
    -4
      test/web/mastodon_api/status_view_test.exs

+ 8
- 4
test/web/mastodon_api/status_view_test.exs Прегледај датотеку

@@ -9,10 +9,14 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do

test "a note with null content" do
note = insert(:note_activity)
data = note.data
|> put_in(["object", "content"], nil)
note = note
|> Map.put(:data, data)

data =
note.data
|> put_in(["object", "content"], nil)

note =
note
|> Map.put(:data, data)

user = User.get_cached_by_ap_id(note.data["actor"])



Loading…
Откажи
Сачувај