projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81af7fd
)
Fix formatting.
author
lain
<lain@soykaf.club>
Sat, 3 Nov 2018 15:40:57 +0000
(16:40 +0100)
committer
lain
<lain@soykaf.club>
Sat, 3 Nov 2018 15:40:57 +0000
(16:40 +0100)
test/web/mastodon_api/status_view_test.exs
patch
|
blob
|
history
diff --git
a/test/web/mastodon_api/status_view_test.exs
b/test/web/mastodon_api/status_view_test.exs
index b29f13e2024242efbda8f9646a783ea9d4011c3f..31554a07d101e48a8ef7795edef929271ed08569 100644
(file)
--- a/
test/web/mastodon_api/status_view_test.exs
+++ b/
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"])