Test removed HTTP adapter
[akkoma] / lib / pleroma / config / deprecation_warnings.ex
index 972d1fb9669066cdbe447a3d808f8214603f3cbf..076b4cbf012c33c3badecf554624ca4f8c2a41bb 100644 (file)
@@ -213,6 +213,7 @@ defmodule Pleroma.Config.DeprecationWarnings do
 
   def check_http_adapter do
     http_adapter = Application.get_env(:tesla, :adapter)
+
     case http_adapter do
       {Tesla.Adapter.Finch, _} ->
         :ok