logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 902d4e4a4a942880dc49b7720b51d7c014c182b3
parent 2da71a526f9c628370b783ff371858f7fe831b32
Author: Mark Felder <feld@feld.me>
Date:   Thu, 25 Feb 2021 13:06:43 -0600

Leave a note for future explorers

Diffstat:

Mtest/pleroma/web/plugs/frontend_static_plug_test.exs2++
1 file 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 @@ -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",