diff options
author | stwf <steven.fuchs@dockyard.com> | 2020-06-15 12:25:03 -0400 |
---|---|---|
committer | stwf <steven.fuchs@dockyard.com> | 2020-06-15 12:25:03 -0400 |
commit | faba1a6e337715af557e2e222e62de6fd35c9e8a (patch) | |
tree | 1e1ec317479509cd6b92c25f2e8ae414217f1b76 /test | |
parent | 26f710b9e36d286ee34dd679fdaf99e39d8c0bf2 (diff) | |
download | pleroma-faba1a6e337715af557e2e222e62de6fd35c9e8a.tar.gz |
fix tests
Diffstat (limited to 'test')
-rw-r--r-- | test/web/node_info_test.exs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/web/node_info_test.exs b/test/web/node_info_test.exs index 00925caad..9bcc07b37 100644 --- a/test/web/node_info_test.exs +++ b/test/web/node_info_test.exs @@ -145,8 +145,7 @@ defmodule Pleroma.Web.NodeInfoTest do "shareable_emoji_packs", "multifetch", "pleroma_emoji_reactions", - "pleroma:api/v1/notifications:include_types_filter", - "pleroma_chat_messages" + "pleroma:api/v1/notifications:include_types_filter" ] assert MapSet.subset?( |