diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-18 00:51:53 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-18 14:50:09 +0000 |
| commit | af9aa8e35809561a3edbd79ed1adb7de31056f38 (patch) | |
| tree | 15bebb02a379b8505d001686981439ad651bfede /test/object/containment_test.exs | |
| parent | 597cb8897b64ba8353ccc045addb4672b97ab18f (diff) | |
| download | pleroma-af9aa8e35809561a3edbd79ed1adb7de31056f38.tar.gz pleroma-af9aa8e35809561a3edbd79ed1adb7de31056f38.zip | |
tests: simplify object fetching and containment tests
Diffstat (limited to 'test/object/containment_test.exs')
| -rw-r--r-- | test/object/containment_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/object/containment_test.exs b/test/object/containment_test.exs index 61cd1b412..0dc2728b9 100644 --- a/test/object/containment_test.exs +++ b/test/object/containment_test.exs @@ -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 |
