reverse proxy tests

This commit is contained in:
Alexander Strizhakov 2019-07-09 16:54:13 +00:00 committed by kaniini
commit 4e6e5d8042
12 changed files with 524 additions and 9 deletions

View file

@ -151,7 +151,8 @@ defmodule Pleroma.Mixfile do
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_rated, "~> 1.3"},
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.11.1", only: :test}
{:excoveralls, "~> 0.11.1", only: :test},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()
end