Change user.discoverable field to user.is_discoverable
[akkoma] / test / web / activity_pub / mrf / mrf_test.exs
index e82c8afa6b62d8b371148299a34f47fe9d9b1f88..e8cdde2e1f82a91c7f7bb6b8ed053b838da44f86 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.MRFTest do
   use ExUnit.Case, async: true
   use Pleroma.Tests.Helpers