Merge branch 'relay-list-change' into 'develop'
[akkoma] / test / tasks / instance_test.exs
index 61f5833fc4962bd1562e237ef6fdc14b86bff6db..f6a4ba5085324ff65230288e3e53e72458dd5360 100644 (file)
@@ -1,12 +1,11 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.InstanceTest do
   use ExUnit.Case
 
   setup do
-    static_dir = Pleroma.Config.get([:instance, :static_dir])
     File.mkdir_p!(tmp_path())
 
     on_exit(fn ->