Password: Replace Pbkdf2 with Password.
[akkoma] / test / pleroma / web / plugs / http_security_plug_test.exs
index 2297e3dac3d1106a83aa02844b14adf2b5193e73..4233e85c0e073555d24bc7e031c5e5f31d99bb2b 100644 (file)
@@ -1,11 +1,10 @@
 # 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.Plugs.HTTPSecurityPlugTest do
   use Pleroma.Web.ConnCase
 
-  alias Pleroma.Config
   alias Plug.Conn
 
   describe "http security enabled" do