diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-19 23:23:13 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-19 23:23:13 +0000 |
commit | 05c58eaecef3d51b567ff1529aa33f36e03f5452 (patch) | |
tree | 98fdb25fe59995cd027d07cef14a20419f70ea23 | |
parent | ba92522c6902c2992f0b9fa50aaded1087e125ba (diff) | |
download | pleroma-05c58eaecef3d51b567ff1529aa33f36e03f5452.tar.gz |
change Maksim's test description
-rw-r--r-- | test/web/mastodon_api/controllers/status_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/status_controller_test.exs b/test/web/mastodon_api/controllers/status_controller_test.exs index ce964359b..4da610b28 100644 --- a/test/web/mastodon_api/controllers/status_controller_test.exs +++ b/test/web/mastodon_api/controllers/status_controller_test.exs @@ -33,7 +33,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do [conn: conn] end - test "posting a status and checks reblog count after perform all backroud job", %{conn: conn} do + test "posting a status does not increment reblog_count when relaying", %{conn: conn} do Pleroma.Config.put([:instance, :federating], true) Pleroma.Config.get([:instance, :allow_relay], true) user = insert(:user) |