formatter: Use user.uri instead of user.source_data.uri
This commit is contained in:
parent
b6bed1a284
commit
369c03834c
2 changed files with 3 additions and 6 deletions
|
|
@ -140,7 +140,7 @@ defmodule Pleroma.FormatterTest do
|
|||
archaeme =
|
||||
insert(:user,
|
||||
nickname: "archa_eme_",
|
||||
source_data: %{"url" => "https://archeme/@archa_eme_"}
|
||||
uri: "https://archeme/@archa_eme_"
|
||||
)
|
||||
|
||||
archaeme_remote = insert(:user, %{nickname: "archaeme@archae.me"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue