X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Fpleroma%2Fweb%2Fplugs%2Ffrontend_static_plug_test.exs;h=45cd70a2c32cf80f8b6932cd18e08e1f773139b2;hb=e1b89fe3aa2c03576a6f2418c1e83c0ed64707a3;hp=100b83d6a30a69e759772330a59e6fe4af1ac2bd;hpb=882dd4684381a06395abd262363858011f06327d;p=akkoma diff --git a/test/pleroma/web/plugs/frontend_static_plug_test.exs b/test/pleroma/web/plugs/frontend_static_plug_test.exs index 100b83d6a..45cd70a2c 100644 --- a/test/pleroma/web/plugs/frontend_static_plug_test.exs +++ b/test/pleroma/web/plugs/frontend_static_plug_test.exs @@ -94,15 +94,14 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do "internal", ".well-known", "nodeinfo", - "web", "auth", - "embed", "proxy", + "phoenix", "test", "user_exists", "check_password" ] - assert expected_routes == Pleroma.Web.get_api_routes() + assert expected_routes == Pleroma.Web.Router.get_api_routes() end end