diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-12-23 17:06:44 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-12-23 17:07:26 +0100 |
commit | 5ce7db455c95c0ef5fbf2eb76b7d8025d44111cd (patch) | |
tree | f50f6b4fdca8cb4291e6a88dae1e1c2c36082d1e /test | |
parent | 3fbd42061cf791bb5e33fb08701429ea63378e56 (diff) | |
download | pleroma-5ce7db455c95c0ef5fbf2eb76b7d8025d44111cd.tar.gz pleroma-5ce7db455c95c0ef5fbf2eb76b7d8025d44111cd.zip |
Git merge is not my favorite tool
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/activity_pub/object_validators/article_note_page_validator_test.exs | 13 |
1 files changed, 0 insertions, 13 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 38ea6f1d0..c7a62be18 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 @@ -116,17 +116,4 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ArticleNotePageValidatorTest %{valid?: true} = ArticleNotePageValidator.cast_and_validate(note) end - - test "a Note without replies/first/items validates" do - insert(:user, ap_id: "https://mastodon.social/users/emelie") - - note = - "test/fixtures/tesla_mock/status.emelie.json" - |> File.read!() - |> Jason.decode!() - |> pop_in(["replies", "first", "items"]) - |> elem(1) - - %{valid?: true} = ArticleNotePageValidator.cast_and_validate(note) - end end |