aboutsummaryrefslogtreecommitdiff
path: root/test/tasks
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-07-11 13:01:11 +0000
committerkaniini <ariadne@dereferenced.org>2019-07-11 13:01:11 +0000
commite4e3fd7e5552db274655d58bbbec1e4faabf7ccd (patch)
tree744524f1eac36a5c6d3b0cfb0aa121e920c86dbc /test/tasks
parent6c491b2006ef2f279e6ffbb4ac007b7740c6d50d (diff)
parent59e16fc45a2fe1fa6bfeaecaa35f485b8a34bb6d (diff)
downloadpleroma-e4e3fd7e5552db274655d58bbbec1e4faabf7ccd.tar.gz
Merge branch 'fix/1019-refactor' into 'develop'
Fix/1019 refactor See merge request pleroma/pleroma!1397
Diffstat (limited to 'test/tasks')
-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 97147a919..78a3f17b4 100644
--- a/test/tasks/robots_txt_test.exs
+++ b/test/tasks/robots_txt_test.exs
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Mix.Tasks.Pleroma.RobotsTxtTest do
- use ExUnit.Case, async: true
+ use ExUnit.Case
alias Mix.Tasks.Pleroma.RobotsTxt
test "creates new dir" do