Revert "Merge branch 'rewrite/integration-test-websocket-client' into 'develop'"
This reverts merge request !3649
This commit is contained in:
parent
e22a772240
commit
b439e91f57
4 changed files with 37 additions and 189 deletions
3
mix.exs
3
mix.exs
|
|
@ -211,8 +211,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:excoveralls, "0.12.3", only: :test},
|
||||
{:hackney, "~> 1.18.0", override: true},
|
||||
{:mox, "~> 1.0", only: :test},
|
||||
{:mint, "~> 1.4", only: :test, override: true},
|
||||
{:mint_web_socket, "~> 0.3.0", only: :test}
|
||||
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
|
||||
] ++ oauth_deps()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue