forked from AkkomaGang/akkoma
Missing test skeleton.
This commit is contained in:
parent
95e6e82138
commit
eb3f14da86
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
|
|||
alias Pleroma.Web.CommonAPI
|
||||
|
||||
describe "handle_incoming" do
|
||||
|
||||
test "it correctly connects AP and non-AP statuses" do
|
||||
last = "https://mstdn.io/users/mayuutann/statuses/99568293732299394"
|
||||
end
|
||||
|
||||
test "it ignores an incoming notice if we already have it" do
|
||||
activity = insert(:note_activity)
|
||||
|
||||
|
|
Loading…
Reference in a new issue