Rewrite integration-test websocket client with Mint.WebSocket
This commit is contained in:
parent
2db640632b
commit
d0c1997d48
4 changed files with 178 additions and 37 deletions
3
mix.exs
3
mix.exs
|
|
@ -208,7 +208,8 @@ defmodule Pleroma.Mixfile do
|
|||
{:excoveralls, "0.12.3", only: :test},
|
||||
{:hackney, "~> 1.18.0", override: true},
|
||||
{:mox, "~> 1.0", only: :test},
|
||||
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
|
||||
{:mint, "~> 1.4", only: :test, override: true},
|
||||
{:mint_web_socket, "~> 0.3.0", only: :test}
|
||||
] ++ oauth_deps()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue