From: lain Date: Mon, 12 Feb 2018 09:23:21 +0000 (+0100) Subject: Add missing support file. X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;ds=sidebyside;h=1bc34de4dfef5336d0dc165495ac66de2ffef2c6;p=akkoma Add missing support file. --- diff --git a/test/support/ostatus_mock.ex b/test/support/ostatus_mock.ex new file mode 100644 index 000000000..c26e91990 --- /dev/null +++ b/test/support/ostatus_mock.ex @@ -0,0 +1,6 @@ +defmodule Pleroma.Web.OStatusMock do + import Pleroma.Factory + def handle_incoming(_doc) do + insert(:note_activity) + end +end