forked from AkkomaGang/akkoma
Merge branch 'ci-test-fix' into 'develop'
SetUserSessionIdPlugTest: try to fix random ci failures See merge request pleroma/pleroma!570
This commit is contained in:
commit
5177426ec5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue