purge chat and shout endpoints
[akkoma] / test / pleroma / web / admin_api / controllers / instance_document_controller_test.exs
index ce867dd0e5fa637174895301d28a2be74b09f00b..4d388a1e2d479e975c9b00534d3d6c22b8d9f9fb 100644 (file)
@@ -1,5 +1,5 @@
 # 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.AdminAPI.InstanceDocumentControllerTest do
@@ -7,7 +7,7 @@ defmodule Pleroma.Web.AdminAPI.InstanceDocumentControllerTest do
   import Pleroma.Factory
 
   @dir "test/tmp/instance_static"
-  @default_instance_panel ~s(<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p>)
+  @default_instance_panel ~s(<p>Welcome to <a href="https://akkoma.dev" target="_blank">Akkoma</a>!</p>)
 
   setup do
     File.mkdir_p!(@dir)