forked from AkkomaGang/akkoma
change Maksim's test description
This commit is contained in:
parent
ba92522c69
commit
05c58eaece
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue