aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-05-03 10:01:26 +0200
committerRoger Braun <roger@rogerbraun.net>2017-05-03 10:02:29 +0200
commit16afea399d330c28de05c77649fe0540598ee8ec (patch)
tree7298720822fcd4d4ee4748c58fab0568b3024af0 /test
parent9c42453e068b683517f6a72602c08527222f8fea (diff)
downloadpleroma-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.exs1
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)