diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-11 13:01:11 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-11 13:01:11 +0000 |
commit | e4e3fd7e5552db274655d58bbbec1e4faabf7ccd (patch) | |
tree | 744524f1eac36a5c6d3b0cfb0aa121e920c86dbc /test/tasks | |
parent | 6c491b2006ef2f279e6ffbb4ac007b7740c6d50d (diff) | |
parent | 59e16fc45a2fe1fa6bfeaecaa35f485b8a34bb6d (diff) | |
download | pleroma-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.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 |