diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-24 20:39:19 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-24 20:39:19 +0100 |
commit | 03a18cf037d7a9b4ba84ff456b434d65e3290965 (patch) | |
tree | 0f4a7544d9e1eca8c2b403081864aa1b476ee79f | |
parent | 212c31c63796a21233e8decf7ce46853383286fd (diff) | |
download | pleroma-03a18cf037d7a9b4ba84ff456b434d65e3290965.tar.gz |
node_info_test: Bump default features list
-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 01a67afd7..e5eebced1 100644 --- a/test/web/node_info_test.exs +++ b/test/web/node_info_test.exs @@ -145,7 +145,8 @@ defmodule Pleroma.Web.NodeInfoTest do "multifetch", "chat", "relay", - "pleroma_emoji_reactions" + "pleroma_emoji_reactions", + "pleroma:api/v1/notifications:include_types_filter" ] == [] end |