From 10e40206c6890cc1d88a391ab620ef859ed71521 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 4 Sep 2017 11:04:04 +0200 Subject: Output mastodon-style conversation ids. --- test/web/ostatus/activity_representer_test.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/web/ostatus/activity_representer_test.exs b/test/web/ostatus/activity_representer_test.exs index 0129e3758..47eecb247 100644 --- a/test/web/ostatus/activity_representer_test.exs +++ b/test/web/ostatus/activity_representer_test.exs @@ -34,7 +34,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do #{note_activity.data["object"]["content"]} #{note_activity.data["object"]["published"]} #{note_activity.data["object"]["published"]} - #{note_activity.data["context"]} + #{note_activity.data["context"]} @@ -71,7 +71,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do #{answer.data["object"]["content"]} #{answer.data["object"]["published"]} #{answer.data["object"]["published"]} - #{answer.data["context"]} + #{answer.data["context"]} @@ -110,7 +110,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do RT #{note.data["object"]["content"]} #{announce.data["published"]} #{announce.data["published"]} - #{announce.data["context"]} + #{announce.data["context"]} @@ -147,7 +147,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do http://activitystrea.ms/schema/1.0/note #{note.data["id"]} - #{like.data["context"]} + #{like.data["context"]} -- cgit v1.2.3