diff options
author | Phil Hagelberg <phil@hagelb.org> | 2019-11-09 09:50:45 -0800 |
---|---|---|
committer | Phil Hagelberg <phil@hagelb.org> | 2019-11-09 18:09:29 -0800 |
commit | 6ef804966461ff4351e6c8d3c867131c2af5d26a (patch) | |
tree | ec2c8bacd325b50cf30afc74bb92c1c25f73c6b9 /test | |
parent | ef7c3bdc7a5d4047eca15b8469e1f7d7ab3bd39e (diff) | |
download | pleroma-6ef804966461ff4351e6c8d3c867131c2af5d26a.tar.gz pleroma-6ef804966461ff4351e6c8d3c867131c2af5d26a.zip |
Add changelog entry, cheatsheet docs, and alphabetize.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/static_fe/static_fe_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/static_fe/static_fe_controller_test.exs b/test/web/static_fe/static_fe_controller_test.exs index e4bb78b01..effdfbeb3 100644 --- a/test/web/static_fe/static_fe_controller_test.exs +++ b/test/web/static_fe/static_fe_controller_test.exs @@ -1,7 +1,7 @@ defmodule Pleroma.Web.StaticFE.StaticFEControllerTest do use Pleroma.Web.ConnCase - alias Pleroma.Web.CommonAPI alias Pleroma.Web.ActivityPub.Transmogrifier + alias Pleroma.Web.CommonAPI import Pleroma.Factory |