Sfoglia il codice sorgente

change Maksim's test description

merge-requests/1875/head
Ariadne Conill 4 anni fa
parent
commit
05c58eaece
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/web/mastodon_api/controllers/status_controller_test.exs

+ 1
- 1
test/web/mastodon_api/controllers/status_controller_test.exs Vedi 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)


Loading…
Annulla
Salva