diff options
author | Mark Felder <feld@feld.me> | 2021-02-25 13:04:08 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-25 13:04:08 -0600 |
commit | 2da71a526f9c628370b783ff371858f7fe831b32 (patch) | |
tree | c403397db96239a77cabb58d4d4283d4fa92528d /test | |
parent | 155217979287999c69d9506f6fdb9697833e8fa0 (diff) | |
download | pleroma-2da71a526f9c628370b783ff371858f7fe831b32.tar.gz pleroma-2da71a526f9c628370b783ff371858f7fe831b32.zip |
No need to filter out Mix.env() from the API routes.
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/frontend_static_plug_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/plugs/frontend_static_plug_test.exs b/test/pleroma/web/plugs/frontend_static_plug_test.exs index 9d59d3f8e..b5801320a 100644 --- a/test/pleroma/web/plugs/frontend_static_plug_test.exs +++ b/test/pleroma/web/plugs/frontend_static_plug_test.exs @@ -96,6 +96,7 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do "auth", "embed", "proxy", + "test", "user_exists", "check_password" ] |