diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-15 14:11:54 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-15 14:11:54 +0700 |
commit | 64a946643e6f9159a8029be8ec9e0b71b04906f3 (patch) | |
tree | bf44cb695880f368aa2976fe134e83baea60927a /test/tasks/robots_txt_test.exs | |
parent | a87c313309b73ced5970c59d00117c357f51fecb (diff) | |
parent | 46ef8f021635c630bcd6973e6fbb7c58bcafb6bf (diff) | |
download | pleroma-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.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 |