moving fixture into mastodon folder
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 9 Mar 2021 06:00:20 +0000 (09:00 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Thu, 25 Mar 2021 10:03:41 +0000 (13:03 +0300)
test/fixtures/mastodon/collections/featured.json [moved from test/fixtures/collections/featured.json with 100% similarity]
test/pleroma/web/activity_pub/activity_pub_test.exs

index 081d00d45100f539a16ced1f1e50a5fe600e6e97..64e12066e58620ced13a96d2376e9b6fc5ef25a5 100644 (file)
@@ -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")