diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-03-09 09:00:20 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-03-25 13:03:41 +0300 |
| commit | 8f0778166c2e7c76975d14937ef61c05d399b560 (patch) | |
| tree | cc898a7c6e9e6de5cb13357ff9724ff3297a9270 | |
| parent | 16c96966e9f7a039a969c06bdd6c4e18ab8d432c (diff) | |
| download | pleroma-8f0778166c2e7c76975d14937ef61c05d399b560.tar.gz pleroma-8f0778166c2e7c76975d14937ef61c05d399b560.zip | |
moving fixture into mastodon folder
| -rw-r--r-- | test/fixtures/mastodon/collections/featured.json (renamed from test/fixtures/collections/featured.json) | 0 | ||||
| -rw-r--r-- | test/pleroma/web/activity_pub/activity_pub_test.exs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/collections/featured.json b/test/fixtures/mastodon/collections/featured.json index 56f8f56fa..56f8f56fa 100644 --- 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 index 081d00d45..64e12066e 100644 --- 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") |
