change Maksim's test description

This commit is contained in:
Ariadne Conill 2019-10-19 23:23:13 +00:00
parent ba92522c69
commit 05c58eaece
1 changed files with 1 additions and 1 deletions

View File

@ -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)