projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fdb05
)
AccountViewTest: Fix test.
author
lain
<lain@soykaf.club>
Fri, 3 Jul 2020 11:24:16 +0000
(13:24 +0200)
committer
lain
<lain@soykaf.club>
Fri, 3 Jul 2020 11:24:16 +0000
(13:24 +0200)
test/web/mastodon_api/views/account_view_test.exs
patch
|
blob
|
history
diff --git
a/test/web/mastodon_api/views/account_view_test.exs
b/test/web/mastodon_api/views/account_view_test.exs
index 3234a26a2510f097431516500008f4b2c59f4ff6..4aba6aaf1c457d3883f8f2897fd2cd5dbf8d107b 100644
(file)
--- a/
test/web/mastodon_api/views/account_view_test.exs
+++ b/
test/web/mastodon_api/views/account_view_test.exs
@@
-86,7
+86,7
@@
defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false,
- accepts_chat_messages:
false
+ accepts_chat_messages:
nil
}
}
@@
-164,7
+164,7
@@
defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false,
- accepts_chat_messages:
false
+ accepts_chat_messages:
nil
}
}