diff options
author | lain <lain@soykaf.club> | 2018-02-12 10:13:54 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-12 10:14:11 +0100 |
commit | 26ccb768d39515faa3b1db7f1371ecf2517eb6bf (patch) | |
tree | cad8d083afe1b126f6907cc6f9d1478c3e469656 /test/web/ostatus/activity_representer_test.exs | |
parent | 33a5d0a2385984168f7de063093c6a71c8b07b73 (diff) | |
download | pleroma-26ccb768d39515faa3b1db7f1371ecf2517eb6bf.tar.gz pleroma-26ccb768d39515faa3b1db7f1371ecf2517eb6bf.zip |
Make test output easier to read.
Diffstat (limited to 'test/web/ostatus/activity_representer_test.exs')
-rw-r--r-- | test/web/ostatus/activity_representer_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/ostatus/activity_representer_test.exs b/test/web/ostatus/activity_representer_test.exs index ed7fdc432..0a66b819a 100644 --- a/test/web/ostatus/activity_representer_test.exs +++ b/test/web/ostatus/activity_representer_test.exs @@ -96,7 +96,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do user = insert(:user) object = Object.get_cached_by_ap_id(note.data["object"]["id"]) - {:ok, announce, object} = ActivityPub.announce(user, object) + {:ok, announce, _object} = ActivityPub.announce(user, object) announce = Repo.get(Activity, announce.id) |