diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-21 14:47:11 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-21 14:48:19 -0500 |
commit | 2dca33a0c8eff7fe56806f4d4608fe42acd1afb6 (patch) | |
tree | 070decee85238e24b57f6958d5277258c8f2d4d4 /test | |
parent | 64f4a27d00b30f266374e14a6b008664005e1463 (diff) | |
download | pleroma-2dca33a0c8eff7fe56806f4d4608fe42acd1afb6.tar.gz |
Cycles: Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0
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 |