forked from AkkomaGang/akkoma
moving fixture into mastodon folder
This commit is contained in:
parent
16c96966e9
commit
8f0778166c
2 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ test "fetches user featured collection" 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")
|
||||
|
|
Loading…
Reference in a new issue