diff options
author | Mark Felder <feld@feld.me> | 2021-02-25 13:06:43 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-25 13:06:43 -0600 |
commit | 902d4e4a4a942880dc49b7720b51d7c014c182b3 (patch) | |
tree | f25b9f8bf4a7232cafedacb7b8cea59d9bb916ea | |
parent | 2da71a526f9c628370b783ff371858f7fe831b32 (diff) | |
download | pleroma-902d4e4a4a942880dc49b7720b51d7c014c182b3.tar.gz |
Leave a note for future explorers
-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", |