aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-10-04 16:45:14 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-10-04 16:45:14 +0000
commitd9e0108baacbe26a2f594d6f2badec58010ff1f9 (patch)
treef2be69da6978805603c1dba9e9c9801ada58c444
parent17fed5ae528ffc10e726cd88d3ec48f9b2350169 (diff)
downloadpleroma-d9e0108baacbe26a2f594d6f2badec58010ff1f9.tar.gz
tests: add missing ExUnit.CaptureLog
-rw-r--r--test/integration/mastodon_websocket_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/mastodon_websocket_test.exs b/test/integration/mastodon_websocket_test.exs
index 354d871e8..d02a3cc4d 100644
--- a/test/integration/mastodon_websocket_test.exs
+++ b/test/integration/mastodon_websocket_test.exs
@@ -5,6 +5,7 @@
defmodule Pleroma.Integration.MastodonWebsocketTest do
use Pleroma.DataCase
+ import ExUnit.CaptureLog
import Pleroma.Factory
alias Pleroma.Integration.WebsocketClient