diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 14:05:49 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 16:03:40 +0100 |
commit | 03d4e7eeccc7fc69c731ada8a7bd049ad52a9d6f (patch) | |
tree | 07e0453f5e5422f970cc869b05cf1d44b355abd9 /test | |
parent | a6e066a77d5ce65b034cd62775614d5902d29d85 (diff) | |
parent | 8298b326a7a3081be262c73f734dfe3082962e83 (diff) | |
download | pleroma-03d4e7eeccc7fc69c731ada8a7bd049ad52a9d6f.tar.gz pleroma-03d4e7eeccc7fc69c731ada8a7bd049ad52a9d6f.zip |
Merge remote-tracking branch 'origin/develop' into post-languages
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs b/test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs index 53f36f066..511637e1d 100644 --- a/test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs +++ b/test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs @@ -197,7 +197,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ArticleNotePageValidatorTest "actor" => user.ap_id } - {:ok, _create_activity, meta} = ObjectValidator.validate(note_activity, []) |> IO.inspect() + {:ok, _create_activity, meta} = ObjectValidator.validate(note_activity, []) assert meta[:object_data]["language"] == "pl" end |