Merge remote-tracking branch 'origin/develop' into notice-routes
[akkoma] / test / pleroma / web / plugs / frontend_static_plug_test.exs
index 7596a9a5467efacd1d11efce204afe4c369f30b8..4b3925ad2fd57f056e87bad47386338d03ae8f12 100644 (file)
@@ -96,15 +96,15 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do
       "internal",
       ".well-known",
       "nodeinfo",
-      "web",
+      "manifest.json",
       "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