summaryrefslogtreecommitdiff
path: root/test/tasks/robots_txt_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/tasks/robots_txt_test.exs')
-rw-r--r--test/tasks/robots_txt_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tasks/robots_txt_test.exs b/test/tasks/robots_txt_test.exs
index e03c9c192..7040a0e4e 100644
--- a/test/tasks/robots_txt_test.exs
+++ b/test/tasks/robots_txt_test.exs
@@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.RobotsTxtTest do
use Pleroma.Tests.Helpers
alias Mix.Tasks.Pleroma.RobotsTxt
- clear_config([:instance, :static_dir])
+ setup do: clear_config([:instance, :static_dir])
test "creates new dir" do
path = "test/fixtures/new_dir/"