Browse Source

tests: add missing ExUnit.CaptureLog

tags/v1.1.4
Ariadne Conill 4 years ago
parent
commit
d9e0108baa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/integration/mastodon_websocket_test.exs

+ 1
- 0
test/integration/mastodon_websocket_test.exs View File

@@ -5,6 +5,7 @@
defmodule Pleroma.Integration.MastodonWebsocketTest do
use Pleroma.DataCase

import ExUnit.CaptureLog
import Pleroma.Factory

alias Pleroma.Integration.WebsocketClient


Loading…
Cancel
Save