aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-06-25 11:57:34 +0200
committerRoger Braun <roger@rogerbraun.net>2017-06-25 11:57:34 +0200
commit429992fcc921a15f853d08b975682499d83dea99 (patch)
treea01b5ac1c3cc2a19a1ad8a9702f018361f6352bf /test
parent7dca02f93aa5dbc257f7d8f5b400642bae332545 (diff)
downloadpleroma-429992fcc921a15f853d08b975682499d83dea99.tar.gz
Save external link for notes.
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 11b618fdb..2d11b4664 100644
--- a/test/web/ostatus/ostatus_test.exs
+++ b/test/web/ostatus/ostatus_test.exs
@@ -45,6 +45,7 @@ defmodule Pleroma.Web.OStatusTest do
assert activity.data["object"]["type"] == "Note"
assert activity.data["object"]["actor"] == "https://social.heldscal.la/user/23211"
assert activity.data["object"]["attachment"] |> length == 2
+ assert activity.data["object"]["external_url"] == "https://social.heldscal.la/notice/2020923"
end
test "handle incoming notes with tags" do