Merge branch 'rewrite/integration-test-websocket-client' into 'develop'
Rewrite integration-test websocket client with Mint.WebSocket, closes #2812 Closes #2812 See merge request pleroma/pleroma!3649
This commit is contained in:
commit
01239456a1
4 changed files with 189 additions and 37 deletions
3
mix.exs
3
mix.exs
|
|
@ -211,7 +211,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