diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-05-03 10:01:26 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-05-03 10:02:29 +0200 |
commit | 16afea399d330c28de05c77649fe0540598ee8ec (patch) | |
tree | 7298720822fcd4d4ee4748c58fab0568b3024af0 /test | |
parent | 9c42453e068b683517f6a72602c08527222f8fea (diff) | |
download | pleroma-16afea399d330c28de05c77649fe0540598ee8ec.tar.gz |
Just give out the entry, not the whole feed.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/ostatus/ostatus_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/ostatus/ostatus_controller_test.exs b/test/web/ostatus/ostatus_controller_test.exs index f07698747..8b7ca4d89 100644 --- a/test/web/ostatus/ostatus_controller_test.exs +++ b/test/web/ostatus/ostatus_controller_test.exs @@ -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) |