diff options
author | lambda <lain@soykaf.club> | 2019-03-13 09:09:44 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-03-13 09:09:44 +0000 |
commit | 92a0210fb03ca3e0aefe769fb6b0ab7bda6e5336 (patch) | |
tree | 56e78105e29834c60f73c1bf8c39a983d88421a4 /test/integration | |
parent | d0e94d5f1baac7a19d6cdd33b1f54470041e7227 (diff) | |
parent | d43b1c0b5d203fd4f195951ac7b60b666a43914f (diff) | |
download | pleroma-92a0210fb03ca3e0aefe769fb6b0ab7bda6e5336.tar.gz |
Merge branch 'features/add-credo-to-ci' into 'develop'
Add credo to CI
See merge request pleroma/pleroma!902
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/mastodon_websocket_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/mastodon_websocket_test.exs b/test/integration/mastodon_websocket_test.exs index 0c513b6e7..b42c9ef07 100644 --- a/test/integration/mastodon_websocket_test.exs +++ b/test/integration/mastodon_websocket_test.exs @@ -7,9 +7,9 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do import Pleroma.Factory + alias Pleroma.Integration.WebsocketClient alias Pleroma.Web.CommonAPI alias Pleroma.Web.OAuth - alias Pleroma.Integration.WebsocketClient alias Pleroma.Web.Streamer @path Pleroma.Web.Endpoint.url() |