diff options
author | feld <feld@feld.me> | 2021-05-28 19:06:49 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-05-28 19:06:49 +0000 |
commit | 8871ca5aa35e9533e57b4a15420687869378a981 (patch) | |
tree | f3f0d12657828db1e849beb4cd6d5f4a2f8911b2 /test | |
parent | 359ded086c99c364ab6342a6c5007f251cd0ff24 (diff) | |
parent | 39127f15eb36c4fb41838a232f9d80c50416838d (diff) | |
download | pleroma-8871ca5aa35e9533e57b4a15420687869378a981.tar.gz |
Merge branch 'cycles-router-api-routes' into 'develop'
Recompilation speedup: Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0
See merge request pleroma/pleroma!3419
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/frontend_static_plug_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/frontend_static_plug_test.exs b/test/pleroma/web/plugs/frontend_static_plug_test.exs index 100b83d6a..4152cdefe 100644 --- a/test/pleroma/web/plugs/frontend_static_plug_test.exs +++ b/test/pleroma/web/plugs/frontend_static_plug_test.exs @@ -103,6 +103,6 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do "check_password" ] - assert expected_routes == Pleroma.Web.get_api_routes() + assert expected_routes == Pleroma.Web.Router.get_api_routes() end end |