summaryrefslogtreecommitdiff
path: root/test/tasks/robots_txt_test.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-07-15 14:11:54 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-07-15 14:11:54 +0700
commit64a946643e6f9159a8029be8ec9e0b71b04906f3 (patch)
treebf44cb695880f368aa2976fe134e83baea60927a /test/tasks/robots_txt_test.exs
parenta87c313309b73ced5970c59d00117c357f51fecb (diff)
parent46ef8f021635c630bcd6973e6fbb7c58bcafb6bf (diff)
downloadpleroma-64a946643e6f9159a8029be8ec9e0b71b04906f3.tar.gz
pleroma-64a946643e6f9159a8029be8ec9e0b71b04906f3.zip
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
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 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