ActivityPubTest: Make test easier to understand.
[akkoma] / config / config.exs
index 3729526ea62c6f85a01c803c1d2a6332806e5f8d..9508ae07718a24ddfb906506b150154edaa5527b 100644 (file)
@@ -171,7 +171,8 @@ config :mime, :types, %{
   "application/ld+json" => ["activity+json"]
 }
 
-config :tesla, adapter: Tesla.Adapter.Gun
+config :tesla, adapter: Tesla.Adapter.Hackney
+
 # Configures http settings, upstream proxy etc.
 config :pleroma, :http,
   proxy_url: nil,