summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-03-19 23:33:37 -0600
committerSean King <seanking2919@protonmail.com>2022-03-19 23:33:37 -0600
commitd0c1997d483f918b46bdf45cecef82d8aabcb5f1 (patch)
tree8e8ed6c41df907d154985df4ccd1a2bbc4b74289 /mix.exs
parent2db640632b81fb435456e4b3cc79901d02d7135c (diff)
Rewrite integration-test websocket client with Mint.WebSocket
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 7893b8438..f84191321 100644
--- a/mix.exs
+++ b/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