diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 16:37:39 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 17:42:18 +0300 |
commit | ade213cb35c8dc1a6f86e7b3836bc2ca86c8ff54 (patch) | |
tree | 127fc58bcceaa647ca87982c6bbfe9c66aa09049 | |
parent | 936050257d7899202ed78c455247adcd076f60e8 (diff) | |
download | pleroma-ade213cb35c8dc1a6f86e7b3836bc2ca86c8ff54.tar.gz |
robots txt test fix
-rw-r--r-- | test/tasks/robots_txt_test.exs | 2 |
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 |