aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-07-10 16:37:39 +0300
committerAlex S <alex.strizhakov@gmail.com>2019-07-10 17:42:18 +0300
commitade213cb35c8dc1a6f86e7b3836bc2ca86c8ff54 (patch)
tree127fc58bcceaa647ca87982c6bbfe9c66aa09049
parent936050257d7899202ed78c455247adcd076f60e8 (diff)
downloadpleroma-ade213cb35c8dc1a6f86e7b3836bc2ca86c8ff54.tar.gz
robots txt test fix
-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