From 429992fcc921a15f853d08b975682499d83dea99 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 25 Jun 2017 11:57:34 +0200 Subject: Save external link for notes. --- test/web/ostatus/ostatus_test.exs | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.3