change Maksim's test description
authorAriadne Conill <ariadne@dereferenced.org>
Sat, 19 Oct 2019 23:23:13 +0000 (23:23 +0000)
committerAriadne Conill <ariadne@dereferenced.org>
Sat, 19 Oct 2019 23:23:13 +0000 (23:23 +0000)
test/web/mastodon_api/controllers/status_controller_test.exs

index ce964359b81436df8c7f78e03565faee4a714521..4da610b28c9a5c70f9f335ef7408d4a2656ab8b9 100644 (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)