reverse proxy tests
This commit is contained in:
parent
1179a13533
commit
4e6e5d8042
12 changed files with 524 additions and 9 deletions
3
mix.exs
3
mix.exs
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue