From: Mark Felder Date: Thu, 25 Feb 2021 19:06:43 +0000 (-0600) Subject: Leave a note for future explorers X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=902d4e4a4a942880dc49b7720b51d7c014c182b3;p=akkoma Leave a note for future explorers --- 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",