diff options
| -rw-r--r-- | test/pleroma/web/plugs/frontend_static_plug_test.exs | 2 | 
1 files changed, 2 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 b5801320a..100b83d6a 100644 --- a/test/pleroma/web/plugs/frontend_static_plug_test.exs +++ b/test/pleroma/web/plugs/frontend_static_plug_test.exs @@ -76,6 +76,8 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do    end    test "api routes are detected correctly" do +    # If this test fails we have probably added something +    # new that should be in /api/ instead      expected_routes = [        "api",        "main", | 
