diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-12-03 07:56:26 -0600 | 
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-12-03 07:56:26 -0600 | 
| commit | ba2ed3c2554cae060ef73cc908b978e5bd4015f0 (patch) | |
| tree | 3a794c09523013361f5d0e14b812b7b59b4d6133 /test | |
| parent | 8286ceb46522069607cc0a0dec864022606bf19d (diff) | |
| download | pleroma-ba2ed3c2554cae060ef73cc908b978e5bd4015f0.tar.gz pleroma-ba2ed3c2554cae060ef73cc908b978e5bd4015f0.zip  | |
Fix frontend_status_plug_test.exs
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 a9342e6f0..82e955c25 100644 --- a/test/pleroma/web/plugs/frontend_static_plug_test.exs +++ b/test/pleroma/web/plugs/frontend_static_plug_test.exs @@ -94,6 +94,7 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do        "internal",        ".well-known",        "nodeinfo", +      "auth",        "proxy",        "test",        "user_exists",  | 
