diff options
author | lain <lain@soykaf.club> | 2018-02-12 10:23:21 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-12 10:23:21 +0100 |
commit | 1bc34de4dfef5336d0dc165495ac66de2ffef2c6 (patch) | |
tree | 4c305595296e65ee99f34784b99eb3a694019018 | |
parent | 26ccb768d39515faa3b1db7f1371ecf2517eb6bf (diff) | |
download | pleroma-1bc34de4dfef5336d0dc165495ac66de2ffef2c6.tar.gz |
Add missing support file.
-rw-r--r-- | test/support/ostatus_mock.ex | 6 |
1 files changed, 6 insertions, 0 deletions
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 |