diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-06-25 11:57:34 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-06-25 11:57:34 +0200 |
commit | 429992fcc921a15f853d08b975682499d83dea99 (patch) | |
tree | a01b5ac1c3cc2a19a1ad8a9702f018361f6352bf /test | |
parent | 7dca02f93aa5dbc257f7d8f5b400642bae332545 (diff) | |
download | pleroma-429992fcc921a15f853d08b975682499d83dea99.tar.gz |
Save external link for notes.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/ostatus/ostatus_test.exs | 1 |
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 |