fetcher_test: Fix missing mock function

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-10-21 01:20:06 +02:00 committed by Egor Kislitsyn
parent 84f4e30f91
commit c66564a60a
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805
1 changed files with 8 additions and 0 deletions

View File

@ -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