1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

Config settings leak and break configdb migration tests when async

This commit is contained in:
Mark Felder 2020-09-25 12:20:52 -05:00
parent dcdf75fbac
commit 4a30598b9e

View file

@ -1,5 +1,5 @@
defmodule Pleroma.Config.DeprecationWarningsTest do
use ExUnit.Case, async: true
use ExUnit.Case
use Pleroma.Tests.Helpers
import ExUnit.CaptureLog