diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-06-12 16:52:52 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-06-12 16:52:52 -0500 |
commit | 26f710b9e36d286ee34dd679fdaf99e39d8c0bf2 (patch) | |
tree | 168a4f0522a19d424aaaefa0c85e63139c8fead2 /test/web/node_info_test.exs | |
parent | a42d135cce3e6326cd8a16f08f4ab83633386c2e (diff) | |
parent | e2793744c5dced3ced98acb21a2ef2b13ab65ac9 (diff) | |
download | pleroma-26f710b9e36d286ee34dd679fdaf99e39d8c0bf2.tar.gz |
Merge branch 'develop' into preload-data
Diffstat (limited to 'test/web/node_info_test.exs')
-rw-r--r-- | test/web/node_info_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/node_info_test.exs b/test/web/node_info_test.exs index 9bcc07b37..00925caad 100644 --- a/test/web/node_info_test.exs +++ b/test/web/node_info_test.exs @@ -145,7 +145,8 @@ defmodule Pleroma.Web.NodeInfoTest do "shareable_emoji_packs", "multifetch", "pleroma_emoji_reactions", - "pleroma:api/v1/notifications:include_types_filter" + "pleroma:api/v1/notifications:include_types_filter", + "pleroma_chat_messages" ] assert MapSet.subset?( |