aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-10-21 01:20:06 +0200
committerEgor Kislitsyn <egor@kislitsyn.com>2021-01-12 20:57:48 +0400
commitc66564a60ae830ebfbb901efce26d7eadb0b5b30 (patch)
tree82b195e0b77447003c6f6a8b6e7aa134d0b94934
parent84f4e30f9108c54136cbb9ded154f942620a8b8d (diff)
downloadpleroma-c66564a60ae830ebfbb901efce26d7eadb0b5b30.tar.gz
fetcher_test: Fix missing mock function
-rw-r--r--test/pleroma/object/fetcher_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pleroma/object/fetcher_test.exs b/test/pleroma/object/fetcher_test.exs
index cd965dd1a..19f8ba8b9 100644
--- a/test/pleroma/object/fetcher_test.exs
+++ b/test/pleroma/object/fetcher_test.exs
@@ -67,6 +67,14 @@ defmodule Pleroma.Object.FetcherTest do
%Tesla.Env{
status: 500
}
+
+ %{
+ method: :get,
+ url: "https://stereophonic.space/objects/02997b83-3ea7-4b63-94af-ef3aa2d4ed17"
+ } ->
+ %Tesla.Env{
+ status: 500
+ }
end)
:ok