forked from AkkomaGang/akkoma
don't use async with global mocks
This commit is contained in:
parent
12635bc156
commit
2c356a4bac
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
defmodule Pleroma.Web.RelMeTest do
|
||||
use ExUnit.Case, async: true
|
||||
use ExUnit.Case
|
||||
|
||||
setup_all do
|
||||
Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end)
|
||||
|
|
Loading…
Reference in a new issue