Browse Source

Leave a note for future explorers

feature/2515-admin-statuses
Mark Felder 3 years ago
parent
commit
902d4e4a4a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/pleroma/web/plugs/frontend_static_plug_test.exs

+ 2
- 0
test/pleroma/web/plugs/frontend_static_plug_test.exs View 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",


Loading…
Cancel
Save