Leave a note for future explorers
authorMark Felder <feld@feld.me>
Thu, 25 Feb 2021 19:06:43 +0000 (13:06 -0600)
committerMark Felder <feld@feld.me>
Thu, 25 Feb 2021 19:06:43 +0000 (13:06 -0600)
test/pleroma/web/plugs/frontend_static_plug_test.exs

index b5801320ac63b5cda21fbedf0e556c6ef5492aca..100b83d6a30a69e759772330a59e6fe4af1ac2bd 100644 (file)
@@ -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",