logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 8f0778166c2e7c76975d14937ef61c05d399b560
parent 16c96966e9f7a039a969c06bdd6c4e18ab8d432c
Author: Alexander Strizhakov <alex.strizhakov@gmail.com>
Date:   Tue,  9 Mar 2021 09:00:20 +0300

moving fixture into mastodon folder

Diffstat:

Rtest/fixtures/collections/featured.json -> test/fixtures/mastodon/collections/featured.json0
Mtest/pleroma/web/activity_pub/activity_pub_test.exs2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/fixtures/collections/featured.json b/test/fixtures/mastodon/collections/featured.json diff --git a/test/pleroma/web/activity_pub/activity_pub_test.exs b/test/pleroma/web/activity_pub/activity_pub_test.exs @@ -252,7 +252,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do object_id = Ecto.UUID.generate() featured_data = - "test/fixtures/collections/featured.json" + "test/fixtures/mastodon/collections/featured.json" |> File.read!() |> String.replace("{{domain}}", "example.com") |> String.replace("{{nickname}}", "lain")