projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ccb76
)
Add missing support file.
author
lain
<lain@soykaf.club>
Mon, 12 Feb 2018 09:23:21 +0000
(10:23 +0100)
committer
lain
<lain@soykaf.club>
Mon, 12 Feb 2018 09:23:21 +0000
(10:23 +0100)
test/support/ostatus_mock.ex
[new file with mode: 0644]
patch
|
blob
diff --git a/test/support/ostatus_mock.ex
b/test/support/ostatus_mock.ex
new file mode 100644
(file)
index 0000000..
c26e919
--- /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