diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-06-11 10:25:00 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-06-11 10:25:00 -0500 |
commit | 8a59fde0e57afebfc07c147d070e66bf9c8db6a9 (patch) | |
tree | 7a2f194d5f0afabaed1f1cc5adda7c2078336979 /test/web/node_info_test.exs | |
parent | 99afc7f4e423997079aaee1287b9ffb28a851d8b (diff) | |
parent | 5d6ec6e5fc9b00d367568dd111816b90cddad02b (diff) | |
download | pleroma-8a59fde0e57afebfc07c147d070e66bf9c8db6a9.tar.gz pleroma-8a59fde0e57afebfc07c147d070e66bf9c8db6a9.zip |
Merge branch 'develop' into fix/csp-mediaproxy-base-url
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?( |