logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 0b88accae632e371becacb16be4e8798aa80c705
parent 6c9f6e62c8453f023c6ec9106d1a7c3e66ab95b7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 21 Oct 2020 01:20:06 +0200

fetcher_test: Fix missing mock function

Diffstat:

Mtest/pleroma/object/fetcher_test.exs8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/test/pleroma/object/fetcher_test.exs b/test/pleroma/object/fetcher_test.exs @@ -66,6 +66,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