summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-02 19:18:22 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-09-02 19:18:22 +0000
commit01239456a1d5a9a6ec5a5c94b4c48c07af92471c (patch)
treeb116267fef873903d21e81b56b304bd3ee4dc78d /mix.exs
parent497cd5d5dad11aa067121a85d209a2bcd87a4383 (diff)
parent4194559ea6d3e0f219ae8e77b468782ac115d134 (diff)
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
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 6e84fe482..81c4cf9ae 100644
--- a/mix.exs
+++ b/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