Merge branch 'feature/jobs' into 'develop'
[akkoma] / test / web / admin_api / admin_api_controller_test.exs
index e183da3a121f484d2942897743ae0c54d9da90a5..a27c26f9563f6d7acf449bb23652af555ae45506 100644 (file)
@@ -1,7 +1,12 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.AdminAPI.AdminAPIControllerTest do
   use Pleroma.Web.ConnCase
 
-  alias Pleroma.{Repo, User}
+  alias Pleroma.Repo
+  alias Pleroma.User
   import Pleroma.Factory
 
   describe "/api/pleroma/admin/user" do