projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ac5c7
)
Fix tests
author
Egor Kislitsyn
<egor@kislitsyn.com>
Wed, 24 Jul 2019 12:48:15 +0000
(19:48 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Wed, 14 Aug 2019 07:52:54 +0000
(14:52 +0700)
test/web/mastodon_api/account_view_test.exs
patch
|
blob
|
history
diff --git
a/test/web/mastodon_api/account_view_test.exs
b/test/web/mastodon_api/account_view_test.exs
index a26f514a515a2926d0eb3bd951b17170df92ac80..1d8b2833929820cb389d292257c31c9d3d63d94d 100644
(file)
--- a/
test/web/mastodon_api/account_view_test.exs
+++ b/
test/web/mastodon_api/account_view_test.exs
@@
-67,7
+67,8
@@
defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
source: %{
note: "valid html",
sensitive: false,
- pleroma: %{}
+ pleroma: %{},
+ fields: []
},
pleroma: %{
background_image: "https://example.com/images/asuka_hospital.png",
@@
-134,7
+135,8
@@
defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
source: %{
note: user.bio,
sensitive: false,
- pleroma: %{}
+ pleroma: %{},
+ fields: []
},
pleroma: %{
background_image: nil,
@@
-304,7
+306,8
@@
defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
source: %{
note: user.bio,
sensitive: false,
- pleroma: %{}
+ pleroma: %{},
+ fields: []
},
pleroma: %{
background_image: nil,