moving fixture into mastodon folder

This commit is contained in:
Alexander Strizhakov 2021-03-09 09:00:20 +03:00
parent 16c96966e9
commit 8f0778166c
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
2 changed files with 1 additions and 1 deletions

View File

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