diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/web/admin_api/controllers/config_controller_test.exs | 4 | 
1 files 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 index 19ce3681c..734aca752 100644 --- 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", []]}                                           ]                                         } | 
