tests: fixup
[akkoma] / test / plugs / http_signature_plug_test.exs
index a15c5b4707c569a19179725008f0b5add7df9840..efd811df777dddefb77f9fdc621fe693079a8d0e 100644 (file)
@@ -1,6 +1,9 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Plugs.HTTPSignaturePlugTest do
   use Pleroma.Web.ConnCase
-  alias Pleroma.Web.HTTPSignatures
   alias Pleroma.Web.Plugs.HTTPSignaturePlug
 
   import Plug.Conn