fixed clear config after test

This commit is contained in:
Maksim Pechnikov 2019-08-21 21:24:35 +03:00
commit 85bd8a4e31
4 changed files with 7 additions and 1 deletions

View file

@ -24,6 +24,8 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
:ok
end
clear_config([:instance, :max_remote_account_fields])
describe "handle_incoming" do
test "it ignores an incoming notice if we already have it" do
activity = insert(:note_activity)