fetcher_test: Fix missing mock function

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-10-21 01:20:06 +02:00
parent 6c9f6e62c8
commit 0b88accae6
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 8 additions and 0 deletions

View File

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