aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-04-25 18:03:14 +0200
committerRoger Braun <roger@rogerbraun.net>2017-04-25 18:03:14 +0200
commitf980f6778b1447b808299fa9274854bb25f9823b (patch)
treea8982cc2ca8ab65ff41079415dbe1723c3349a60 /test
parentb438ea24ee936ae10efdcd3c9079e3b45ae521f4 (diff)
downloadpleroma-f980f6778b1447b808299fa9274854bb25f9823b.tar.gz
Wire up mentions.
Diffstat (limited to 'test')
-rw-r--r--test/web/ostatus/ostatus_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/ostatus/ostatus_test.exs b/test/web/ostatus/ostatus_test.exs
index 61dca5446..dffebf5a7 100644
--- a/test/web/ostatus/ostatus_test.exs
+++ b/test/web/ostatus/ostatus_test.exs
@@ -10,6 +10,7 @@ defmodule Pleroma.Web.OStatusTest do
assert activity.data["object"]["type"] == "Note"
assert activity.data["published"] == "2017-04-23T14:51:03+00:00"
assert activity.data["context"] == "tag:gs.example.org:4040,2017-04-23:objectType=thread:nonce=f09e22f58abd5c7b"
+ assert "http://pleroma.example.org:4000/users/lain3" in activity.data["to"]
end
describe "new remote user creation" do