From: Ariadne Conill Date: Fri, 4 Oct 2019 16:45:14 +0000 (+0000) Subject: tests: add missing ExUnit.CaptureLog X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d9e0108baacbe26a2f594d6f2badec58010ff1f9;p=akkoma tests: add missing ExUnit.CaptureLog --- 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