diff options
| -rw-r--r-- | test/pleroma/web/activity_pub/activity_pub_test.exs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/pleroma/web/activity_pub/activity_pub_test.exs b/test/pleroma/web/activity_pub/activity_pub_test.exs index 40482fef0..3e0d62381 100644 --- a/test/pleroma/web/activity_pub/activity_pub_test.exs +++ b/test/pleroma/web/activity_pub/activity_pub_test.exs @@ -2681,6 +2681,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do      assert user.name == " "    end +  @tag capture_log: true    test "pin_data_from_featured_collection will ignore unsupported values" do      assert %{} ==               ActivityPub.pin_data_from_featured_collection(%{ | 
