From d9e0108baacbe26a2f594d6f2badec58010ff1f9 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 4 Oct 2019 16:45:14 +0000 Subject: [PATCH] tests: add missing ExUnit.CaptureLog --- test/integration/mastodon_websocket_test.exs | 1 + 1 file changed, 1 insertion(+) 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