Add test to validate profile pagination works with keyset
[akkoma] / test / pleroma / web / rel_me_test.exs
index 40c4e480134204901e3393c58859c7a3ceabc483..811cb0893e8a87b74ebd858097d07894ae349c05 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.RelMeTest do
-  use Pleroma.DataCase, async: true
+  use Pleroma.DataCase
 
   setup_all do
     Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end)