fetcher_test: Fix missing mock function
This commit is contained in:
parent
6c9f6e62c8
commit
0b88accae6
@ -66,6 +66,14 @@ defmodule Pleroma.Object.FetcherTest do
|
|||||||
%Tesla.Env{
|
%Tesla.Env{
|
||||||
status: 500
|
status: 500
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%{
|
||||||
|
method: :get,
|
||||||
|
url: "https://stereophonic.space/objects/02997b83-3ea7-4b63-94af-ef3aa2d4ed17"
|
||||||
|
} ->
|
||||||
|
%Tesla.Env{
|
||||||
|
status: 500
|
||||||
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
:ok
|
:ok
|
||||||
|
Loading…
Reference in New Issue
Block a user