SetUserSessionIdPlugTest: try to fix random ci failures

This commit is contained in:
href 2018-12-18 13:40:25 +01:00
parent b6ae412fcd
commit daaa8cd66a
No known key found for this signature in database
GPG Key ID: EE8296C1A152C325
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
defmodule Pleroma.Plugs.SetUserSessionIdPlugTest do
use Pleroma.Web.ConnCase, async: true
Code.ensure_compiled(Pleroma.User)
alias Pleroma.Plugs.SetUserSessionIdPlug
alias Pleroma.User