Merge pull request 'Additional timeline query improvements from upstream' (#291)...
[akkoma] / test / pleroma / web / plugs / frontend_static_plug_test.exs
index 7596a9a5467efacd1d11efce204afe4c369f30b8..66e6ba4ca68203c19355d70f3314b11c69ad1343 100644 (file)
@@ -96,15 +96,17 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do
       "internal",
       ".well-known",
       "nodeinfo",
+      "manifest.json",
       "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