Just give out the entry, not the whole feed.

This commit is contained in:
Roger Braun 2017-05-03 10:01:26 +02:00
commit 16afea399d
2 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,6 @@ defmodule Pleroma.Web.OStatus.OStatusControllerTest do
note_activity = insert(:note_activity)
[_, uuid] = hd Regex.scan(~r/.+\/([\w-]+)$/, note_activity.data["object"]["id"])
url = "/objects/#{uuid}"
|> IO.inspect
conn = conn
|> get(url)