logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: dec82a6a36d1e626ab28d2492e5333f93d85fa03
parent 81c8592d698fc10710d1aa389a56d7ac54e3d62c
Author: Mark Felder <feld@feld.me>
Date:   Tue, 30 Jan 2024 16:58:19 -0500

Phoenix.Endpoint.Cowboy2Handler does not exist

This should have always failed as it would not be an existing atom. Unclear how it worked since the upgrade to Phoenix 1.6.

Diffstat:

Mtest/pleroma/web/admin_api/controllers/config_controller_test.exs4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/pleroma/web/admin_api/controllers/config_controller_test.exs b/test/pleroma/web/admin_api/controllers/config_controller_test.exs @@ -873,7 +873,7 @@ defmodule Pleroma.Web.AdminAPI.ConfigControllerTest do %{ "tuple" => [ ":_", - "Phoenix.Endpoint.Cowboy2Handler", + "Plug.Cowboy.Handler", %{"tuple" => ["Pleroma.Web.Endpoint", []]} ] } @@ -937,7 +937,7 @@ defmodule Pleroma.Web.AdminAPI.ConfigControllerTest do %{ "tuple" => [ ":_", - "Phoenix.Endpoint.Cowboy2Handler", + "Plug.Cowboy.Handler", %{"tuple" => ["Pleroma.Web.Endpoint", []]} ] }