summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-12-17 17:09:06 +0100
committerhref <href@random.sh>2018-12-17 17:09:06 +0100
commitb12a90491156f1b31defd7aa1b322a86867dbf2b (patch)
tree6495d0dba9f71cb3a8956368cbfa88e44b9a352d /mix.exs
parent77b5154c825e2ff5996f170c03657eaadcef4680 (diff)
downloadpleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.tar.gz
pleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.zip
Integration tests for mastodon 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 52974c841..0e8a7026c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -73,7 +73,8 @@ defmodule Pleroma.Mixfile do
{:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false},
{:web_push_encryption, "~> 0.2.1"},
{:swoosh, "~> 0.20"},
- {:gen_smtp, "~> 0.13"}
+ {:gen_smtp, "~> 0.13"},
+ {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
]
end