Tests: Don't run tests that use clear_config asynchronously.

This commit is contained in:
Lain Soykaf 2023-12-10 16:27:23 +04:00
commit 221f18dc33
9 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.HTTP.AdapterHelper.HackneyTest do
use ExUnit.Case, async: true
use ExUnit.Case
use Pleroma.Tests.Helpers
alias Pleroma.HTTP.AdapterHelper.Hackney