Just give out the entry, not the whole feed.
This commit is contained in:
parent
9c42453e06
commit
16afea399d
2 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue