Update linkify migration tests to use config from ConfigDB

This commit is contained in:
Alex Gleason 2020-07-22 16:01:55 -05:00
commit b6488a4db4
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 19 additions and 10 deletions

View file

@ -10,6 +10,7 @@ defmodule Pleroma.FormatterTest do
import Pleroma.Factory
setup_all do
clear_config(Pleroma.Formatter)
Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end)
:ok
end