diff options
author | href <href@random.sh> | 2018-12-17 17:09:06 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-12-17 17:09:06 +0100 |
commit | b12a90491156f1b31defd7aa1b322a86867dbf2b (patch) | |
tree | 6495d0dba9f71cb3a8956368cbfa88e44b9a352d /mix.exs | |
parent | 77b5154c825e2ff5996f170c03657eaadcef4680 (diff) | |
download | pleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.tar.gz pleroma-b12a90491156f1b31defd7aa1b322a86867dbf2b.zip |
Integration tests for mastodon websocket
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |