mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-02-01 20:02:24 +00:00
Push.ImplTest: Fix tests
This commit is contained in:
parent
dec524e7da
commit
54c0510d1f
1 changed files with 5 additions and 0 deletions
|
@ -5,10 +5,12 @@
|
|||
defmodule Pleroma.Web.Push.ImplTest do
|
||||
use Pleroma.DataCase, async: true
|
||||
|
||||
import Mox
|
||||
import Pleroma.Factory
|
||||
|
||||
alias Pleroma.Notification
|
||||
alias Pleroma.Object
|
||||
alias Pleroma.UnstubbedConfigMock, as: ConfigMock
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||
alias Pleroma.Web.CommonAPI
|
||||
|
@ -257,6 +259,9 @@ defmodule Pleroma.Web.Push.ImplTest do
|
|||
filename: "an_image.jpg"
|
||||
}
|
||||
|
||||
ConfigMock
|
||||
|> stub_with(Pleroma.Test.StaticConfig)
|
||||
|
||||
{:ok, upload} = ActivityPub.upload(file, actor: user.ap_id)
|
||||
|
||||
{:ok, chat} = CommonAPI.post_chat_message(user, recipient, nil, media_id: upload.id)
|
||||
|
|
Loading…
Reference in a new issue