Integration tests for mastodon websocket

This commit is contained in:
href 2018-12-17 17:09:06 +01:00
commit b12a904911
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
6 changed files with 163 additions and 33 deletions

View file

@ -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