summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-04-16 15:28:28 +0200
committerRoger Braun <roger@rogerbraun.net>2017-04-16 15:28:28 +0200
commitd7e3b72c6a720a2cbb966399719c1274504b7456 (patch)
tree54dbaf8c67c8c0be41b072f636408ab7e9123f1e /test/web/activity_pub
parent7617a593b9acef6d87ed020714d4ea523da201b0 (diff)
downloadpleroma-d7e3b72c6a720a2cbb966399719c1274504b7456.tar.gz
pleroma-d7e3b72c6a720a2cbb966399719c1274504b7456.zip
Add avatar objects to user, fix specs.
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/activity_pub_test.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs
index eeea13db3..f0bb08f3c 100644
--- a/test/web/activity_pub/activity_pub_test.exs
+++ b/test/web/activity_pub/activity_pub_test.exs
@@ -191,8 +191,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
"
}
- {:ok, %Object{} = object} = ActivityPub.upload(file)
- IO.inspect(object)
+ {:ok, %Object{}} = ActivityPub.upload(file)
end
end
end