Merge branch 'fix-search-dos' into 'develop'
[akkoma] / test / pleroma / web / pleroma_api / controllers / backup_controller_test.exs
index b2ac74c7dc0ae6b903908f295ac52f1d36663930..3ee660a0581711a510daf651cde686bca3c4fd21 100644 (file)
@@ -1,11 +1,11 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.PleromaAPI.BackupControllerTest do
   use Pleroma.Web.ConnCase
 
-  alias Pleroma.Backup
+  alias Pleroma.User.Backup
   alias Pleroma.Web.PleromaAPI.BackupView
 
   setup do