diff options
| author | Lain Soykaf <lain@lain.com> | 2023-12-10 17:20:39 +0400 | 
|---|---|---|
| committer | Lain Soykaf <lain@lain.com> | 2023-12-10 17:20:39 +0400 | 
| commit | 20b76acc088f2c1ec43ee43c6713e2a67455cad4 (patch) | |
| tree | be6db2a1f3813d641ee65b7ae8914962b81433a8 | |
| parent | e5beab7f16aec4d0941dbffb5b48a3ccfa62b518 (diff) | |
| download | pleroma-20b76acc088f2c1ec43ee43c6713e2a67455cad4.tar.gz pleroma-20b76acc088f2c1ec43ee43c6713e2a67455cad4.zip | |
ActivityPubTest: Swallow log
| -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(%{ | 
