Remove hackney/gun in favour of finch
[akkoma] / test / pleroma / web / admin_api / controllers / admin_api_controller_test.exs
index d74e0281c19f5172b466387e388e1ed1b060793d..7c001ada37f896c97e08494c746be26586eb414d 100644 (file)
@@ -800,9 +800,6 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIControllerTest do
       ObanHelpers.perform_all()
 
       Pleroma.Emails.UserEmail.account_confirmation_email(first_user)
-      # temporary hackney fix until hackney max_connections bug is fixed
-      # https://git.pleroma.social/pleroma/pleroma/-/issues/2101
-      |> Swoosh.Email.put_private(:hackney_options, ssl_options: [versions: [:"tlsv1.2"]])
       |> assert_email_sent()
     end
   end