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.
This commit is contained in:
Mark Felder 2024-01-30 16:58:19 -05:00
parent 81c8592d69
commit dec82a6a36
1 changed files with 2 additions and 2 deletions

View File

@ -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", []]}
]
}