tests: simplify object fetching and containment tests
This commit is contained in:
parent
597cb8897b
commit
af9aa8e358
2 changed files with 4 additions and 19 deletions
|
|
@ -65,7 +65,7 @@ defmodule Pleroma.Object.ContainmentTest do
|
|||
assert capture_log(fn ->
|
||||
{:error, _} = User.get_or_fetch_by_ap_id("https://n1u.moe/users/rye")
|
||||
end) =~
|
||||
"[error] Could not decode user at fetch https://n1u.moe/users/rye, {:error, :error}"
|
||||
"[error] Could not decode user at fetch https://n1u.moe/users/rye"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue