Fix merge conflicts with upstream
[akkoma] / test / pleroma / web / plugs / frontend_static_plug_test.exs
index 100b83d6a30a69e759772330a59e6fe4af1ac2bd..a9342e6f02306906a19ce36fa1365aea9a9fd408 100644 (file)
@@ -94,15 +94,12 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do
       "internal",
       ".well-known",
       "nodeinfo",
-      "web",
-      "auth",
-      "embed",
       "proxy",
       "test",
       "user_exists",
       "check_password"
     ]
 
-    assert expected_routes == Pleroma.Web.get_api_routes()
+    assert expected_routes == Pleroma.Web.Router.get_api_routes()
   end
 end