diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-22 16:01:55 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-22 16:11:53 -0500 |
commit | b6488a4db4accc6cda716c5fdfb03f5a30ddf3d4 (patch) | |
tree | fc939bbd2c18b9059dd0a17240a8689917e7012c /test/formatter_test.exs | |
parent | c7a0016f9f4731c58a7989c7ee10e19d3f90d2eb (diff) | |
download | pleroma-b6488a4db4accc6cda716c5fdfb03f5a30ddf3d4.tar.gz pleroma-b6488a4db4accc6cda716c5fdfb03f5a30ddf3d4.zip |
Update linkify migration tests to use config from ConfigDB
Diffstat (limited to 'test/formatter_test.exs')
-rw-r--r-- | test/formatter_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/formatter_test.exs b/test/formatter_test.exs index 8713ab9c2..f066bd50a 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -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 |